Viewing 15 posts - 3,616 through 3,630 (of 4,272 total)
That doesn't seem to solve the question you asked..
CEWII
September 14, 2009 at 9:03 am
I would think it would be there without a SQL restart, but you might need to do the restart. You could also try it on a different machine to...
September 11, 2009 at 3:27 pm
Thats a good catch Ian, the question I still have is whether he is getting emails when there is NOT an insert.
CEWII
September 11, 2009 at 10:12 am
I don't know, multiple fast cores.. The only thing I find exciting is the number of cores.. Speeds have largely peeked..
CEWII
September 10, 2009 at 9:46 pm
This might work for you:
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/61987/
If not I can describe it in more detail..
CEWII
September 10, 2009 at 8:33 pm
Ok, you seems to have the machanics of it worked out, what do you need me for?
CEWII
September 10, 2009 at 4:49 pm
Are you looking for three passes through one process, once for each client and date? What is the output of the process?
There is a way but I need a...
September 10, 2009 at 3:44 pm
What user is the SQL Server and SSRS server themselves logging into the machine as? If you open the services applet in control panel the last column is "Log...
September 10, 2009 at 3:31 pm
Ok, lets see..
You have user supplied fields on a table with a known structure?
I see this as a query with lots of optional parameters, here is some code to demonstrate
IF...
September 10, 2009 at 2:41 pm
I'm guessing you have another trigger out there since this one will not fire for anything BUT an insert.
How many servers are you working with?
Also, run this code in your...
September 10, 2009 at 12:40 pm
I'm sorry to be blunt (or unpleasant) but I can't see one reason to do this. Can you explain why you would want to do this?
Sorry..
CEWII
September 10, 2009 at 12:31 pm
1. Acquire an executable called WGET or equivalent..
2. Using xp_cmdshell execute a command using WGET to get the file.
There is no internal support for this.
CEWII
September 10, 2009 at 12:26 pm
Since you are simply storing the data I don't see any issue with varchar(max). If you can parse the data out into normal columns that would be even better,...
September 10, 2009 at 12:24 pm
I believe you have to have high level permissions, such as sysadmin.
CEWII
September 10, 2009 at 12:19 pm
Viewing 15 posts - 3,616 through 3,630 (of 4,272 total)