Migrate SQL 2005 to 2008r2 to diferent server running 2008r2
I need to migrate sql server 2005 to a diferent server running windows server 2008r2 and install SQL 2008r2 can some one help with that step by step pleaseUPDATE:: i just realize its sql 2014 not 2008,...
View Articlehelp in selecting required columns from duplicates records
HI,I have a table like belowempid,ename,sal,Jdate,Rdate,deptid,designation,Terminated_Emp1,a,100,15-May-2014,11,SE,NO1,null,null,15-OCT-14,null,null,YESI want output like...
View ArticleWhy is INSERT INTO using so much tempdb and Why is it trying to allocate...
Why is INSERT INTO using so much tempdb and Why is it trying to allocate dbo.sort?I have a tsql proc that reads a list of tables and copys the contents to identical tables in another database. There...
View ArticleSuspect Database
Hi all,If a database is suspected, don't have the backups in place and then we didn't find any errors in dbcc checkdb then how to resolve the suspected database.
View Articleconnect to server
Hi please i need help i installed sql server management studio on my system windows 7 home basic 64bit i tried creating a new query it promts me with a dialogue box connect to server what do i do...
View ArticleLicense Schema on SQL Server 2005, 2008 and 2012
Hello Friendsi have a physical server that has 2 processors with 10 cores each one and because the hyperthreading technology (i guess) in my os appears 40 cores. i need install SQL Server 2008...
View ArticleExecuted as user: ADMIN\abc-SQLServer. Linked servers cannot be used under...
Hi All, We have verified permissions on both sides,current server and linked server, the user has sysadmin. Another key piece of information is that this is happening when executing a SQL Job.Thanks.
View ArticleQuery to export only 4 columns from sql table into excel
Hi All,Query to export only 4 columns from sql table into excelDatabase = October_CLITable = dbo.rawColumns = Series, State, Latitude & LongitudeExcel Version = 2010
View ArticleHelp with a query using ISNULL and RTRIM in the same select statement
What I'm trying to accomplish is to blend the following two statements together:ISNULL (EMail_Address, '') As Matrix_Member_Email ANDRTRIM (EMail_Address) as Matrix_Member_EMailSo that if the email...
View Articleinsert avalue based another state
I want to insert to the column checkinorout value checkin or checkout in first checkin and then checkout and then checkin based on the same SENSORID and the same checktime as you see I want thisselect...
View ArticleHow can I implement this database?
Okay, so if you are working with a company who owns more than 10 apartment complexes and they have asked you to build a database.So if I want to implement this database.What database software package...
View ArticleDatabase restore failing
Hi,I have two databases. One is called AX12_Base and the other is AX12_UAT_Base.I'm trying to restore a backup of AX12_Base to AX12_UAT_Base but keep getting the below error:I have tried killing any...
View ArticleDelete Selected Row from Datagrid VB
HiCan someone help me please, I need the syntax to delete or hide the selected row from a datagrid (not a datagridview) in VB.NET.Thanks A LotCherry
View ArticleCannot perform an aggregate function on an expression containing an aggregate...
I am getting "Cannot perform an aggregate function on an expression containing an aggregate or a subquery." error by executing below query, I need to calculate the percentage. Can you please help me on...
View ArticleNeed a good Front End
Sir I am a very new to programming language, what I seek from u is nice front end software to learn & implement which I want to access from any computer(just not LAN) using a browser, I have set up...
View ArticleSQL Agent Jobs
Hi,I have configured few jobs in sql server agent. Now i want to check the SPID for the currently executing job in SQL agent. How to check the SPID for currently running...
View ArticleBest learning resources of SQL Server
Could you share the best resources to learn SQL Server? Hello World
View ArticleMS SQL SERVER 2000: Column Property
Which of the following is not a column property? choose option? a. null b. not null c. default d. identity
View ArticleSelect
I have 2 tables. The first one contains all information about the customers. The second one just contains an username field. SELECT username, firstname, lastname, birthday from TableA (15,000...
View ArticleHow do i get the approximate size of back up file required to save on disk...
hi i am face with problem that is i want to show the how much approximate space required for backup or .bak file to get backup using sql query because i want to show the required memory for backup file...
View Article