Viewing 15 posts - 9,106 through 9,120 (of 9,641 total)
vaidyanathan_kalyanasundaram (3/4/2008)
I understand that in case any sql service needs access to a...
March 4, 2008 at 11:21 am
Do you have a linked server set up?
March 4, 2008 at 9:59 am
Does d:\data exist on the SQL server? Always verify that the SQL server agent account has rights to the file location.
March 4, 2008 at 9:57 am
Thanks for posting the solution. So many times someone posts a question, solves it, and leaves us all hanging.
March 4, 2008 at 8:20 am
Clear as mud. All your processing is being done in the functions so without knowing what is happening in the functions there is no way to suggest optimizations.
The other...
March 4, 2008 at 8:18 am
That would have been my assumption, but it never hurts to ask.
Thanks,
March 4, 2008 at 7:52 am
Thanks for the explanation Matt. This is basically how I thought it would work, but trying to understand it sets my head spinning because it is so different from...
March 4, 2008 at 7:46 am
IMO, replication is going to be the easiest thing to setup. With replication you set up the publication(s) and subscribers and SQL Server does the rest. In any...
March 4, 2008 at 7:44 am
Yeah, no need for the clustered index, but a While loop is still RBAR and not really set-based. So you are using the table variable and the while to...
March 4, 2008 at 7:12 am
Jeff, Thanks for keeping me up too late again. As it seems I say often, I thought I was an expert then I came to SSC to find...
March 3, 2008 at 10:07 pm
Guess I need to read BOL cover to cover. Never would have have even thought of a need for it. I'll take a look at the article.
March 3, 2008 at 8:55 pm
Okay, Jeff, once again you have amazed me. I did not know you could set variables within an update statement and do the X= Y = Z syntax.
Now explain...
March 3, 2008 at 8:37 pm
If you are an all SQL Server shop then with SQL 2005 you would want to look into using Service Broker which allows for Asynchronous transactions (not in the DB...
March 3, 2008 at 8:28 pm
Your connection string is not correct. Check out this site:
http://connectionstrings.com/ to see the correct way to use connection strings. In your example Data Source should just be the...
March 3, 2008 at 8:20 pm
Could you post some sample data in the format you are loading from, the table schema you loading it into, and the settings of your package?
I have never...
March 3, 2008 at 8:17 pm
Viewing 15 posts - 9,106 through 9,120 (of 9,641 total)