Viewing 15 posts - 1 through 15 (of 105 total)
Yes I have reviewed that over and over. Asking for help is typically my last course of action. I know how to use the /SET option and the others I...
March 14, 2014 at 5:59 am
Can you provide some more information about what your procedures are doing. Code would be helpful. Are you using dynamic SQL? What is the Server Advance setting for Optimize for...
March 29, 2013 at 12:31 pm
raulggonzalez (1/28/2013)
January 28, 2013 at 8:02 am
Try not puting the quotes around the comma just use -s,
If that still doesn't work try -s"|"
and let me know the results.
January 25, 2013 at 12:04 pm
This is interesting, when I run something very similar to this I get a comma delimated file. Are you sure that you are looking at the file in the correct...
January 25, 2013 at 11:32 am
Can you give an example of what you are running? I usually use the bcp command and use the option -t,
check out the 2 links below:
January 25, 2013 at 8:17 am
This is what I use to do that same thing. It is used in a SSIS package and the results are held in an object variable then I loop through...
January 25, 2013 at 8:08 am
This question does seem to be bringing up a nice discusion. Hopefully that was the idea of it and not to say that with little knowledge about the business and...
January 24, 2013 at 7:27 am
You could also have the last step in the job add a message in a queue for the service broker to pick up and execute the next job.
Or what i...
January 23, 2013 at 3:22 pm
I take it that:
select sum(total) as NetTotal, (sum(total)/100)*3.2 as Gross from abc group by a
will not work?
January 23, 2013 at 3:07 pm
I use the SSIS maintenance plans but they are owned by me (sysadmin) and operated by my service account which is a domain account.
But beyond that you also have...
January 23, 2013 at 2:56 pm
That depends on a few settings. By deafult yes. When you reintialize a subscription it says I need a new fresh copy from a snapshot. Now it depends on how...
January 23, 2013 at 9:58 am
I would like to see more of this type, making them hard as they go. Up to 5 or 6 variables mixed with and without parentheses and numerous orders of...
January 11, 2013 at 2:35 pm
Viewing 15 posts - 1 through 15 (of 105 total)