Viewing 15 posts - 3,856 through 3,870 (of 7,168 total)
The Replay Trace will capture everything. I would setup the package to use a unique Application Name in the connection string so I could filter on that in the Trace...
June 6, 2012 at 4:21 pm
Perry Whittle (6/6/2012)
You'll need to use xp_fixeddrives to get the free space and disk name
Well, someone may. I use PowerShell + WMI for disk space monitoring and I check all...
June 6, 2012 at 4:18 pm
It provides a way for the the replication engine to identify a row unambiguously. Unlike unique keys, primary keys do not allow NULLs. Why do you have tables with no...
June 6, 2012 at 3:44 pm
Perry Whittle (6/6/2012)
Ah that's ok then, you're running SQL server 2000 on this box?
One is running SQL 2000 Standard Edition x86...it's a memory bound old beast serving data for ColdFusion...
June 6, 2012 at 3:35 pm
Perry Whittle (6/6/2012)
opc.three (6/6/2012)
Win32_Volume is not a class on all the servers that I support.Which OS\service pack?
They still have some 2000 boxes around.
June 6, 2012 at 2:56 pm
Perry Whittle (6/6/2012)
best way, the way i use...
😛
June 6, 2012 at 2:33 pm
Win32_Volume is more appropriate in some server environments. I use Win32_LogicalDisk in this environment as Win32_Volume is not a class on all the servers that I support.
Here is how...
June 6, 2012 at 2:32 pm
pveilleux (6/6/2012)
So, here's what I have:
JobA is owned by sa. SQL Agent and SQL Server are both...
June 6, 2012 at 1:45 pm
SQLKnowItAll (6/6/2012)
In msdb, some of the users in sysadmin are in all 3 of the SQL Agent roles..
If someone is a sysadmin, they are automatically in all fixed database roles....
June 6, 2012 at 1:34 pm
pveilleux (6/6/2012)
opc.three (6/1/2012)
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....
June 6, 2012 at 12:48 pm
Jeff Moden (6/5/2012)
opc.three (6/5/2012)
Please do not enable OLE Automation procs unless absolutely necessary...Please explain why or provide a link that does.
Issues I have with the OLE Automation procedures:
Issue #1
From BOL...
June 6, 2012 at 12:20 pm
When an index is rebuilt or reorged only the stats for that index are updated. This is why I suggest also updating column statistics if you have time. If you...
June 6, 2012 at 7:45 am
The use of a table is in lieu of a file. Have a look at the link I posted. It explains all the types of package configs.
June 5, 2012 at 6:19 pm
Andre Ranieri (6/4/2012)
The CLR trigger is...
June 5, 2012 at 5:40 pm
Right-click your Control Flow design surface and choose Package Configurations...
Click Enable, then Add, and you can choose SQL Server:
Look for the "SQL Server Configurations" section in this article:
June 5, 2012 at 4:49 pm
Viewing 15 posts - 3,856 through 3,870 (of 7,168 total)