Viewing 15 posts - 3,901 through 3,915 (of 7,168 total)
I just did this type of research recently to validate some storage that was recently presented to one of my servers. IIRC Server 2008 uses an offset of 1024KB as...
June 1, 2012 at 5:29 pm
Lynn Pettis (6/1/2012)
opc.three (6/1/2012)
Lynn Pettis (6/1/2012)
opc.three (6/1/2012)
Lynn Pettis (6/1/2012)
opc.three (6/1/2012)
June 1, 2012 at 4:04 pm
Lynn Pettis (6/1/2012)
opc.three (6/1/2012)
Lynn Pettis (6/1/2012)
opc.three (6/1/2012)
June 1, 2012 at 3:53 pm
Lynn Pettis (6/1/2012)
opc.three (6/1/2012)
June 1, 2012 at 3:33 pm
pveilleux (5/31/2012)
In digging around on one of our servers, I found what appears to be someone logging in as the SQL Server/Agent service account and running jobs. I'm...
June 1, 2012 at 3:29 pm
Nothing against VB.net (I used to develop lots of VB6 and learned VB.net before I learned C#) but C# has earned a dominant position in terms of the amount of...
June 1, 2012 at 3:13 pm
GilaMonster (6/1/2012)
CPSPR (6/1/2012)
Homework FTW (I think it's time I invested in an tablet)
I suggest reading the entire book (not because I worked on it, it's just a good book...
June 1, 2012 at 2:44 pm
Well i guess in this case it wont matter coz the entire Db can be hosted in memory. I wonder if it would be easier to simply use an in...
June 1, 2012 at 2:26 pm
Never had this issue so just brainstorming here. You could redirect failed rows to an error file, error in that they failed to load due to the network error not...
June 1, 2012 at 2:02 pm
Jayanth_Kurup (6/1/2012)
Have u considered using service borker...
Why would one want to re-invent the wheel? Database Mail is built atop Service Broker.
June 1, 2012 at 1:54 pm
Jayanth_Kurup (6/1/2012)
June 1, 2012 at 1:51 pm
Loops internally but no cursor:
DECLARE @sql NVARCHAR(MAX) = N'';
DECLARE @priority VARCHAR(20)= '1=Critical';
SELECT @sql = @sql + 'EXEC msdb.dbo.sp_send_dbmail
@profile_name = ''db mail'',
...
June 1, 2012 at 1:42 pm
No way around it. Nice post but you asked for an ocean of information. Buying a tablet last year increased my casual and technical reading bandwidth tenfold.
June 1, 2012 at 1:36 pm
June 1, 2012 at 1:18 pm
This article explains very clearly why to avoid the pattern:
Multiple Execution Paths[/url]
My opinion: split to separate, more granular procs targeted to one specific purpose each. If the article is too...
June 1, 2012 at 1:11 pm
Viewing 15 posts - 3,901 through 3,915 (of 7,168 total)