Viewing 15 posts - 3,061 through 3,075 (of 5,394 total)
I usually let windows download patches and SPs from a trusted and filtered internal WSUS server, but I install manually during scheduled maintenance windows. Usually I do this every 1...
June 27, 2011 at 6:26 am
Can you expand a bit?
An example would help a lot.
June 27, 2011 at 6:11 am
Unfortunately there's no builtin tracking system in SQL2005.
You can set up a DDL trigger and log changes to a table.
Something similar to this:
CREATE TRIGGER [TR_Auditing] ON DATABASE
...
June 27, 2011 at 3:29 am
So, no doubt that the offending column is the one with LONGVARCHAR data type.
I have no idea how this can be set in T-SQL. Have you checked the provider's documentation?
June 27, 2011 at 2:39 am
No way, AFAIK.
I had to do something similar in the past and I ended up changing the program name property in the connection string to add the connected windows login....
June 27, 2011 at 1:38 am
Have you tried dropping the existing package first?
June 27, 2011 at 1:33 am
You could try to find the offending column excluding the other ones from the query.
For instance, if columns A and B have a default value, you could try to insert...
June 27, 2011 at 1:21 am
Are you sure that the error comes from the text column? That message would make more sense on a numeric column.
June 27, 2011 at 1:10 am
GilaMonster (6/24/2011)
Brain overfull. Firehose-style class. So glad I have a short vacation after this.
So, this means you're human, after all. 🙂
Enjoy your vacation, Gail: I'm sure you deserve it.
June 24, 2011 at 3:42 pm
Stefan Krzywicki (6/24/2011)
June 24, 2011 at 8:18 am
Also, I'm not using the email client to read SSC notifications.
I set up an email filter that forwards all emails from "notifications@sqlservercentral.com" to a nice email to RSS service called...
June 24, 2011 at 6:22 am
I don't know if it helps, but you could click "Topic options" on the top right corner, "Subscribe to Topic" and choose "No email notification (just add to list)". I'm...
June 24, 2011 at 6:18 am
Craig Farrell (6/23/2011)
I always point folks to this one:http://www.sqlservercentral.com/articles/FOR+XML+PATH/70203/
Ah! I didn't notice it. My bad. :blush:
Thanks for the pointer.
June 24, 2011 at 12:53 am
Jayanth_Kurup (6/23/2011)
June 23, 2011 at 9:49 am
It doesn't say "permission denied", it says "login failed".
I think it's a username/password issue. Have you double checked the credentials?
June 23, 2011 at 9:39 am
Viewing 15 posts - 3,061 through 3,075 (of 5,394 total)