Viewing 15 posts - 1,066 through 1,080 (of 1,219 total)
Chris-475469 (7/24/2013)
July 24, 2013 at 2:51 am
Rob-350472 (7/24/2013)
July 24, 2013 at 2:36 am
July 24, 2013 at 1:47 am
Rob-350472 (2013-07-23)
July 24, 2013 at 1:26 am
I looked at the thread and the plans, and I like to throw my hat into the ring, and suggest a possibility that has not been mentioned yet: a bug...
July 23, 2013 at 4:28 pm
riya_dave (7/23/2013)
i am getting error incorrect syntax near "go"
Then you apparently have "go" where it should not be.
The reason your initial attempt failed, is because SQL Server compiles the entire...
July 23, 2013 at 3:55 pm
I would add an INSERT trigger that captures app_name(), host_name(), SYSTEM_USER, USER and sysdatetime() to a log table.
July 23, 2013 at 3:50 pm
Today, and it has been this way for a decade or more, applicaitons typically connect, run a query, disconnect and rely on the connection pooling the API that a reconnection...
July 23, 2013 at 3:44 pm
And what date do you expect 20114 to convert to? And by which rule?
July 23, 2013 at 3:36 pm
That's great to hear. Note that the article suggests other alternatives that are faster than the simple version you tried.
July 23, 2013 at 2:06 pm
It would help if you could share the text for the first job step (which I assume is the one that gets hung).
If you want a suggested out of the...
July 23, 2013 at 1:50 pm
Could you explain more clearly what you did which you wish you hadn't down? What did you download and install by mistake? You say "error". Does this mean that you...
July 23, 2013 at 1:39 pm
I think that you are correct in that BULK INSERT is more conservative on memory than a list-to-table function.
As for the setup as such, I guess SSIS fans gringe, but...
July 23, 2013 at 1:23 pm
Yes, there are some differences in the Setup program. The Setup for SQL 2008 is generally better, although you need to be careful with the collation, because it is shoved...
July 23, 2013 at 6:06 am
Viewing 15 posts - 1,066 through 1,080 (of 1,219 total)