Viewing 15 posts - 3,856 through 3,870 (of 7,164 total)
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 6, 2012 at 2:56 pm
Perry Whittle (6/6/2012)
best way, the way i use...
😛
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 5, 2012 at 6:19 pm
Andre Ranieri (6/4/2012)
The CLR trigger is...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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:
Understanding Integration Services...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 5, 2012 at 4:49 pm
Via what? REST? SOAP? FTP?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 5, 2012 at 3:14 pm
They're two ways to do the same task. SSIS OLE DB Destination with Fast load uses OPENROWSET to leverage the BULK INSERT interface. OPENROWSET when used from T-SQL with a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 5, 2012 at 3:06 pm
Viewing 15 posts - 3,856 through 3,870 (of 7,164 total)