Viewing 15 posts - 361 through 375 (of 1,335 total)
also you can use the set identity_insert to on to insert values to indentity columns
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:44 am
Check for the permissions. Check if the user has permissions to system tables in master database.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:42 am
might be this link will be useful to you
http://www.querycat.com/faq/e55ef7cda2b6e9f152e5881a8efdbf10
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:41 am
No white papers on this but you can't you use profiler to track what is happening behind.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:41 am
Now i understand that you have your CD containing the install files of SQL7 scratched. There are few tools on net that can be used to read CDs like those...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:39 am
Any firewall, are you able to connect to the remote server using client machine
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:34 am
Do not run your sql services with local account unless there is nothing that you acccess on the network. mostly prepfer a domain account with needed permissions to run the...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:33 am
Are you sure that the log file is just a GB and the backup is 2Gb in size this can't be just check with perfmon what is happening also you...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:31 am
SO do you mean to say that you are appending data to the same backup file daily. if so then the size might increase as you find.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:27 am
Karthick i hope i have messaged you the details and that was helpful.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:23 am
You need not have xp_cmdshell enabled. You need to run that from the DOS and not from sql server.
put all those as a batch script and call the batch script...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:18 am
If you do not need a service i have a program of server side tracing also i can send that too.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:09 am
i have a same requirement and i have written a service to track all these send me your id i shall send the code to you.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:07 am
You need to check the SPN name of the server. There might be multiple occurences of the same account. Search for setspn.exe in microsoft site you will have the details...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 7:00 am
Is it win2003 try using Kerberos authentication method instead of NTLM.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 6:36 am
Viewing 15 posts - 361 through 375 (of 1,335 total)