Viewing 15 posts - 4,501 through 4,515 (of 7,168 total)
I just asked them to email it to me directly. If the PM attachments are working normally in general then it was probably just a bad upload like you said....
April 13, 2012 at 9:38 am
Just to throw another wrinkle out there, I am on a 32-bit machine and I had no trouble accessing the Instance Names key on a 64-bit Windows server running 64-bit...
April 13, 2012 at 9:36 am
Can yoi post the file? If not comfortable posting on the Forum send me a personal message (PM link on posts) and I'll send you my personal email address.
April 13, 2012 at 7:48 am
glugingboulder (4/12/2012)
A case of what?Schedulers misbehaving by nature at small intervals or always induced by high workload?
Both. Under duress especially. Even when systems are mostly idle you'll see jobs that...
April 12, 2012 at 5:40 pm
SSMS leverages SMO for that, which is installed with the client tools. I do these types of tasks with PowerShell referencing SMO. To my knowledge there is no command-line access...
April 12, 2012 at 4:07 pm
Try after launching SSMS using "Run as Administrator".
April 12, 2012 at 4:03 pm
You'll need to install the Microsoft SQL Server 2005 Backward Compatibility Components (SQLServer2005_BC.msi, SQLServer2005_BC_x64.msi or SQLServer2005_BC_ia64.msi). Then you can use DTSRun.exe to execute a SQL 2000 DTS package from the...
April 12, 2012 at 3:39 pm
PGV (4/12/2012)
I am writing an SSIS package that imports data from a text file into SQL Server.
I have a data flow for that with a flat file source and an...
April 12, 2012 at 3:35 pm
I tried your code against a few of my servers (Server 2008R2 w/ SQL 2008 instances and Server 2003R2 w/ SQL 2005) and it worked fine (mostly, see below), although...
April 12, 2012 at 3:27 pm
It sounds like you were using the Table Designer in SQL Server Management Studio to add your column. I sometimes use the Table Designer for viewing existing tables but we...
April 12, 2012 at 3:06 pm
If it's HTML, then it's XML...have you tried parsing it in SSIS using an XML Data Source?
April 12, 2012 at 2:30 pm
Check the "Remote Registry Service" on those machines you are not able to access, see if it was turned off / disabled.
April 12, 2012 at 2:26 pm
tt-615680 (4/12/2012)
Brandie Tarvin (4/12/2012)
Remember, least permissions needed to do the job (figuratively and literally) should be...
April 12, 2012 at 2:25 pm
It's the case with a lot of schedulers, not just SQL Agent.
One word of caution, make sure you delete your job history for this particular job quite often as it...
April 12, 2012 at 2:05 pm
Brandie Tarvin (4/12/2012)
April 12, 2012 at 1:40 pm
Viewing 15 posts - 4,501 through 4,515 (of 7,168 total)