Viewing 15 posts - 2,536 through 2,550 (of 7,502 total)
Haven't seen it yet, but what @@version are you on ?
SQL2008 ? sp?
SQL2008R2 CU?
December 21, 2010 at 3:06 pm
don't use xp_cmdshell from within a sqlagent job !
SQLagent jobs can have job steps that execute dos commands.
Create a doscmd jobstep and provide the needed windows auth for the sqlagent...
December 21, 2010 at 10:52 am
put the previous sugestion in a single transaction, so others cannot insert invalid data.
December 21, 2010 at 10:49 am
SQLkiwi (12/21/2010)
Are people excited about this primarily because Service Packs are perceived as being...
December 21, 2010 at 2:09 am
Apparently I'm hitting a "Don't" advise of MS: http://support.microsoft.com/kb/961638
after applying SP4 :crying:
December 21, 2010 at 12:44 am
Thank you for correcting that !
There is indeed nice info at e.g. http://www.ocztechnologyforum.com/forum/content.php?306-SSD-ABC-Guide
( it also points to Alignment in its do's and don't section )
December 21, 2010 at 12:25 am
just my 2ct.
With regards to a log shipped db, connections will have to be modified at switch time !
With regards to a mirrored db solution, you prepare all connections...
December 20, 2010 at 11:42 am
I'm not a disk numbers specialist, but I just got this poster today and wanted to pass it on:
"Free Poster – SQL Server Perfmon Counters of Interest"
December 20, 2010 at 11:34 am
Ewan Hampson (12/20/2010)
CTP: "Supported Operating Systems:Windows 7;Windows Server 2003;Windows Server 2008;Windows Vista"
RTM: "Supported Operating Systems:Windows 7;Windows Server 2008;Windows Server 2008 R2;Windows Vista"
The...
December 20, 2010 at 11:12 am
Apparently, on a side by side client install it breaks SQL2008 SSMS project stuff.
- New project on a new folder generates "creating project failed"
- opening an existing sql2008 project generates...
December 20, 2010 at 7:48 am
There are some articles at SSC and it the SSC fora.
e.g. http://www.sqlservercentral.com/articles/SQL+Server+2008/67066/
Search at SSC on "upgrade SQL2008" or "migrate SQL2008"
Here's a resource you should certainly have a look at because...
December 20, 2010 at 4:36 am
Since you cannot afford gaps, you cannot rely on transactions that may still be rolled back.
( for reasons over which you have no control ) there can be multiple ways,...
December 20, 2010 at 2:35 am
So you cannot afford gaps in this sequence number.
IMO that calls for a processing model that only operates on committed rows or sets.
Meaning, log your action and process the sequence...
December 20, 2010 at 1:32 am
I stick with my first advise on this one.
Keep it simple and code regular joins.
The column level nested selects will only give you benefits if cardinality meets a treshhold.
I certainly...
December 20, 2010 at 1:24 am
How about me just routing you to Paul Randals series of sqlserver myths:
This one on checkpoints:http://www.sqlskills.com/BLOGS/PAUL/post/A-SQL-Server-DBA-myth-a-day-%281530%29-checkpoint-only-writes-pages-from-committed-transactions.aspx
December 19, 2010 at 11:36 am
Viewing 15 posts - 2,536 through 2,550 (of 7,502 total)