Viewing 15 posts - 16 through 30 (of 184 total)
Hi Lynn,
Here is the syntax error
Msg 102, Level 15, State 1, Line 9
Incorrect syntax near '@file1'.
Msg 102, Level 15, State 1, Line 10
Incorrect syntax near '@file2'.
Msg 102, Level 15, State...
April 16, 2012 at 8:10 am
I can do that and see if it makes any difference. Thanks.
April 13, 2012 at 5:56 am
No, if I change the schedule of one job, other automatically gets changed. Both runs at the same time.
April 13, 2012 at 5:11 am
No, I didn't find the fix for this. I reinstalled SQL server 2005 and then applied SP4.
March 30, 2012 at 2:59 pm
Thanks MysteryJimbo
March 20, 2012 at 10:03 am
The max. memory allocated using the memory settings is for SQL buffer pool which includes data cache and procedure cache. There are a number of SQL Server objects that use...
March 20, 2012 at 9:46 am
what is the error message you are getting?
February 28, 2012 at 2:15 am
Use the delete query with the where condition as
Where Column1<21 and Column1 not in (20,10,1)
February 2, 2012 at 8:36 am
If you have the same table name use the secound option to write a query. In the destination field select the table name where you wanted to inserted.
February 2, 2012 at 8:24 am
You can just edit the name of the table in the destination and rename it. By default same name will be there as source.
February 2, 2012 at 8:09 am
I am not sure about the tables but if you want to get the details from t-sql. you can run
sp_readerrorlog 0,1,'login'
This reads from the error log and returns the details...
February 2, 2012 at 3:49 am
Run this to get number of instances and names in a particular server
Exec xp_regenumvalues N'HKEY_LOCAL_MACHINE',N'SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL'
February 2, 2012 at 3:43 am
Thanks Perry. It worked fine now.
January 26, 2012 at 7:28 am
Viewing 15 posts - 16 through 30 (of 184 total)