Viewing 15 posts - 1,051 through 1,065 (of 1,110 total)
I have same situation as the OP, we have a 'scratch' database that the devs write all kinds of stuff too, only to delete it or send its data on...
March 13, 2014 at 9:55 am
Your connection parameters may be bad as well. Double check the servername, etc.
If the servername seems correct, try pinging it, connecting with the IP directly etc.
March 12, 2014 at 10:22 am
TRUNCATE, but be cautious if you want any auto-increment PK columns to not reseed back to the original seed value of the table.
If that is the case,...
March 12, 2014 at 9:06 am
You could also set the column to ignore truncation errors if you are certain your data won't overflow the allowed space.
Truncation errors in SSIS are annoying sometimes.
March 10, 2014 at 9:54 am
Rynga, did you fix your problem?
February 11, 2014 at 11:31 am
Sounds to me like you want application roles. The access granted by an app role is only alive as long as the thread from the applicaiton is alive....
February 10, 2014 at 10:15 am
You can also manually update the SPN's, this would be issued from the command prompt with an Admin account:
setspn -A MSSQLSvc/myhost.redmond.microsoft.com:1433 accountname
setspn -A MSSQLSvc/myhost.redmond.microsoft.com accountname
setspn -A MSSQLSvc/myhost.redmond.microsoft.com:instancename accountname
February 10, 2014 at 9:05 am
We had something similar, this KB fixed our SPN problems:
February 10, 2014 at 9:03 am
You use such a cute little coffee mug!
:hehe:
I can fit a four-cup pot of coffee in my normal mug...
Besides, I never specified the *size* of the pot! What if...
February 7, 2014 at 9:51 am
I always liked to ask someone interviewing me what they felt was the worst part about where they were currently working. This always seemed to throw them off a...
February 7, 2014 at 7:44 am
I am imagining a large chunk of wood smushing a cockroach....
January 14, 2014 at 1:14 pm
Sounds like a place I contracted at once that had a 'no temp tables' rule. One of the boss-types was convinced any sort of temporary table was a performance...
October 29, 2013 at 8:02 am
Found the problem! Altho Windows firewall was off, the firewall setting inside of F-Secure, which was a recent installation on the desktops affected by this error, was on!
Switched off...
October 29, 2013 at 7:54 am
Phil Parkin (10/28/2013)
pnr8uk (10/28/2013)
The FileSystemPath has to match exactly, so if I remove...
October 28, 2013 at 7:01 am
Viewing 15 posts - 1,051 through 1,065 (of 1,110 total)