Viewing 15 posts - 5,836 through 5,850 (of 7,502 total)
Just to provide a link to another buildlist (also contains sql2000 and sql7 builds)
http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx
April 10, 2007 at 5:12 am
Does anybody know if this build list can be downloaded from some place ?
(for the moment I tend to keep up the copy/paste way
April 10, 2007 at 12:06 am
Indeed, there 's more than one reason to avoid the path of auto-updates.
Back to controlled releasemanagement and assuring uptime and avoiding surprises like the ones mentioned already...
April 8, 2007 at 12:09 pm
just wanted to ref to the sp2a article by Andy Warren : http://www.sqlservercentral.com/columnists/pressrelease/2906.asp
and its comments :
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=112&messageid=349577#bm351006
April 8, 2007 at 4:41 am
I guess a DDL-trigger might be the easyest way to do it.
April 8, 2007 at 1:17 am
thank you all for the replies.
I'll test the proposed paths.
April 8, 2007 at 1:16 am
Be sure to make backups of _ALL_ databases !!
With sp1 you could use
SQLServer2005SP1-KB913090-x86-ENU.exe /quiet /allinstances
The same can be done for sp2.
Check SQL2005SP2_SETUP_sqlhotfix.chm. The parameters are described.
You can apply the HF...
April 5, 2007 at 5:45 am
Your exists queries should do just fine !
And chances are they would be performing better.
Compare the execution plans ! and runtimes
April 2, 2007 at 1:56 pm
probably someone use EM to change the table or used a script generated by EM.
It basicaly renames the old table, creates a newone, load the data, drops the old one...
March 30, 2007 at 12:02 pm
- I've got no experience on this matter but ....
- can you give us an idea of the number of connections you're expecting (x/min)
- what TPM are you expecting ?
-...
March 30, 2007 at 12:00 pm
your Q should be another thread, but this article contains some nice refs.
http://www.sqlservercentral.com/columnists/nboyle/speed_select.asp
March 30, 2007 at 4:47 am
that does rings a bell overhere ![]()
"If you don't use it , you tend to forget it" ![]()
Also...
March 30, 2007 at 12:40 am
maybe clarifies collations and casesensitivity a bit for Bakr Ben Ayad
This was what we were refering to in our replies.
Putting all in...
March 30, 2007 at 12:31 am
...EXEC master.dbo.sp_MS_upd_sysobj_category 1 .. isn't a best practise !
Why marking a propriatary proc as system proc ?
I don't think it works the same way for...
March 29, 2007 at 12:56 pm
Viewing 15 posts - 5,836 through 5,850 (of 7,502 total)