Viewing 12 posts - 16 through 27 (of 27 total)
One last thing I'm having problems with... When I try to create my SELECT statement into a stored procedure, it gives me an incorrect syntax error. Is there...
January 27, 2009 at 6:13 pm
Ok, I was able to get it to work using the FOR XML EXPLICIT clause. Everything I read said to name the column as [marker!1!infowindow!cdata], but I couldn't get...
January 27, 2009 at 6:05 pm
Thanks for the replies. Yes, it was an all or nothing deal. I changed it to an INSTEAD OF INSERT trigger which first verified the record, then inserted...
January 22, 2009 at 12:32 am
It will prompt you, just select the SQL 2000 instance during the setup wizard. Before you upgrade, back up everything and make sure your upgrade path is supported. ...
January 21, 2009 at 4:35 pm
Your SQL 2000 databases are upgraded automatically if you upgrade the SQL 2000 instance. If you opt to install a SQL 2005 instance from scratch, you can either attach...
January 21, 2009 at 4:18 pm
Thanks so much for all help, DB_Andrew. Both the Open XML and XQuery methods work perfectly.
I didn't know the procedure call took such a significant fraction of...
July 9, 2008 at 12:10 pm
Thanks to everyone for all of the helpful information. Here's where my situation stands:
The problem turned out to be with the stored proc that called the views, not with...
May 7, 2008 at 3:56 pm
I was able to resolve the consistency errors, but I had to jump through a few hoops to do it. My problem was a few entries in sys.columns were...
March 23, 2006 at 10:15 am
We already take daily backups from the primary, but our disaster recovery site is 700 miles away. I'm just looking for an extra layer of redundancy just in case...
February 2, 2006 at 10:31 am
DBCC CHECKTABLE on dtproperties returns the error:
Server: Msg 2501, Level 16, State 1, Line 1
Could not find a table or object named 'dtproperties'. Check sysobjects.
However, sysobjects returns a valid record...
August 18, 2005 at 5:12 pm
Yes, we're going to need to update the data as well. How would you set up staging tables in DTS?
Thanks again for all the help everyone.
June 10, 2005 at 11:53 am
Duplicate data. I have a single database with data that will be gradually migrated to a new database. I need to continually migrate all of the data from the original...
June 9, 2005 at 3:13 pm
Viewing 12 posts - 16 through 27 (of 27 total)