Viewing 15 posts - 1,066 through 1,080 (of 1,539 total)
shanila_minnu (6/18/2009)
how can i create a job failure for testing in one server
create a dummy job with incorrect syntax and run it. It'll fail.
Also how can create a database and...
June 18, 2009 at 12:33 am
mike-g (6/17/2009)
Thanks for the links. I did read through them but still don't completely understand what I need to do.
I've created a login on sqlserver using an Active Directory...
June 18, 2009 at 12:10 am
Tara (6/17/2009)
do i need to update statistics after attaching databases and anything else to be done?
That wont be necessary as you will be restoring the databases on the same version...
June 17, 2009 at 11:53 pm
sarvesh singh (6/17/2009)
Whats's the difference between charindex and patindex.
Charindex finds specific characters in a string
Patindex finds a pattern(you can use wild characters here)
Refer BOL. it has good examples.
http://msdn.microsoft.com/en-us/library/ms188395(SQL.90).aspx
http://msdn.microsoft.com/en-us/library/ms186323(SQL.90).aspx
June 17, 2009 at 12:39 pm
Pls do not cross post. this fragments your replies.
All, pls post your replies to http://www.sqlservercentral.com/Forums/Topic736804-146-1.aspx
June 17, 2009 at 12:12 pm
mike-g (6/17/2009)
ps (6/17/2009)
June 17, 2009 at 12:04 pm
I hope u've already planned but thought it worthwhile to mention here.
1. Are you going to restore msdb from backup? If not, you might want to script out all ur...
June 17, 2009 at 11:54 am
If you're creating AD accounts, you dont need to create seperate user ids for accessing databases. They'll use windows authetication to login to the server and then access databases as...
June 17, 2009 at 11:47 am
Dabears2k, Also go through the first link in Christopher's signature. This will help you to get correct answer to the point in future :-). You posted desired output much later...
June 17, 2009 at 11:39 am
Good point. however i tested it with the example mentioned in the same post. I used begin tran which gave correct identity value for logged-in user's scope... however i'll try...
June 17, 2009 at 8:41 am
seems to me like there is huge data insert activity happening?
Or are you running maintainance plans(index rebuilds?)
for the moment, take backup of the log more frequently.
later when there is less...
June 17, 2009 at 5:51 am
My next task would be learn CTE 😎 I've seen many solutions using CTE here.
June 17, 2009 at 5:47 am
i tried googling but of no help. I guess it's not supported.
June 17, 2009 at 5:41 am
Great analysis Christopher!! in fact subqueries are more often slower than not.
and yeah, I'm not that proficient in CTE 😉
Got something to learn here. Thanks 🙂
June 17, 2009 at 5:40 am
Viewing 15 posts - 1,066 through 1,080 (of 1,539 total)