Viewing 15 posts - 2,011 through 2,025 (of 7,168 total)
iirc exit code 9 means "can't find file" or something like that. Do you have wzunzip installed at the location shown in the example and are the data files you're...
February 13, 2013 at 5:43 am
Did you by chance reboot the service/server in an attempt to kill a long-running transaction or try to remediate a transaction that had been killed and was in the process...
February 13, 2013 at 5:40 am
You could use a Script Task to recognize the file format. In the Script Task, once you know you have a file you want to pre-process here are a couple...
February 13, 2013 at 5:28 am
If you provide test tables in the form of CREATE TABLE statements and sample data in the form of INSERT INTO statements I would be happy to provide some working...
February 13, 2013 at 5:09 am
It is trying to tell you that the time frame captured in your Trace file and the time frame captured in your perfmon counter log do not overlap.
February 13, 2013 at 5:06 am
The MAP Tool from Microsoft has done well by me in the past. It gave me an inventory of all SQL Servers on my network and some decent reports including...
February 13, 2013 at 5:03 am
I am not sure I understand this comment: "Some has it while others has run as Administrator."
If you want to run a program as another user right-click the shortcut you...
February 13, 2013 at 4:54 am
It looks like the Agent service is down. Where are you seeing this error? In some monitoring tool setup in your environment?
February 13, 2013 at 4:51 am
sandosh.star (2/12/2013)
,@profile_name ='Status'
,@query ='my query'
,@attach_query_result_as_file = 1
,@query_attachment_filename ='Status.csv'
output has Column name called COUNTRY contain different countries AU,MY,SG
I want to group by country and attach the...
February 13, 2013 at 4:48 am
No worries if there is little or no database activity, a log backup will still be produced.
Use the Maintenance Cleanup Task to delete old backups.
February 12, 2013 at 8:20 pm
wendy elizabeth (2/12/2013)
windows user login correct?
The...
February 12, 2013 at 5:53 pm
Yes, change to use Table-Valued Parameters instead of passing in a comma-delimited list of values in a single parameter.
Table-Valued Parameters (Database Engine) - SQL Server 2008 R2
February 12, 2013 at 5:49 pm
SSIS would be my choice for this. A Derived Column Transform after reading the file could append your additional columns before loading the row into a table.
If you want to...
February 12, 2013 at 5:46 pm
Having supported SQL Server for PHP developers that developed locally on Windows but deployed to and had their code tested and hosted on Linux for QA and Production...some random thoughts:
-...
February 12, 2013 at 3:23 pm
Viewing 15 posts - 2,011 through 2,025 (of 7,168 total)