Viewing 15 posts - 26,626 through 26,640 (of 39,792 total)
Good information above.
When you fetch data from a cursor, you're grabbing a row. That returns a status code (OK, end of cursor, etc) and you check fetch_status to determine if...
October 18, 2008 at 5:04 pm
And be sure the SQL Server is running.
I'd also try some pings/odbcpings from the new client to see if it can connect to the server.
October 18, 2008 at 5:03 pm
check the error log and see what happened, but my guess is that you will have to drop the snapshot and recreate it.
October 18, 2008 at 5:02 pm
I was going to suggest what Perry mentioned.
Have you tried multiple Windows users?
October 18, 2008 at 5:01 pm
Thanks for the note.
Were both the Agent service account and SQL Server service account on the same domain?
October 18, 2008 at 4:59 pm
I'd pull out a sample of the strange rows, and then convert each byte to its ASCII value. From there you might see some pattern that is causing issues and...
October 17, 2008 at 12:41 pm
Kevin,
Agree with you here, but we're human and fallible. We make mistakes, sometimes we're malicious, though I hope we're more often respectful of others.
October 17, 2008 at 11:49 am
If inventory is an issue, I might do it the way you have listed, but do you not backorder things?
If there's an issue with payment do you want to delete...
October 17, 2008 at 10:32 am
October 17, 2008 at 10:28 am
I think detach/attach would have been the easy thing to do here.
I'm not sure what you can do now. Can you access the database? Is it online?
I think that there...
October 17, 2008 at 10:26 am
Doesn't matter. Just get them both done.
October 17, 2008 at 10:24 am
Do you want to pull those records with multiple updates as all the updates or just the last one?
October 17, 2008 at 10:23 am
Other than Jack's suggestion, I'd be sure you have things indexed to pull the data. If there is a lot of data, you might cover the query.
October 17, 2008 at 10:22 am
It sounds like they don't like Database Mail for some reason. While I'm not sure it's a high volume robust solution for mailing, that doesn't mean it won't work for...
October 17, 2008 at 10:19 am
SQL Writer is used to write to the disk.
http://www.microsoft.com/technet/prodtechnol/sql/2005/sqlwriter.mspx
It looks like you've changed permissions or service accounts somehow. If you change them, you should always do so in the Configuration...
October 17, 2008 at 10:18 am
Viewing 15 posts - 26,626 through 26,640 (of 39,792 total)