Viewing 15 posts - 436 through 450 (of 1,156 total)
Your right :w00t:
For some reason it looked stripped to me before, but now that you have clarified it makes sense.
You can defintely use the value method to retreive the xml...
March 3, 2008 at 5:02 pm
You can also post your xml document as a text attachement.
March 3, 2008 at 3:43 pm
Your xml did not post right. Before posting change all your less than and greater than to the appropriate HTML.
e.g.
& lt; and & gt;
March 3, 2008 at 3:42 pm
They are the same thing, but I would use the alter index rebuild. This allows for online rebuilds and takes less steps.
March 3, 2008 at 3:38 pm
Rebuilding does drop and create indexes. Rebuilding indexes can be a performance hog, make sure to rebuild indexes at a time where you low traffic or a maintenance window...
March 3, 2008 at 3:23 pm
DBCC REINDEX is going to be removed from future versions of SQL server. You should use the alter index statement.
more info.
March 3, 2008 at 3:19 pm
You can also prevent objects from being dropped with DDL triggers. This works espeically well in production environments. You can log all the information about who tried to...
March 3, 2008 at 2:26 pm
The tempdb is created every time you start the database egine. You need to make sure you dont have any outstanding transactions. Check your error logs and the...
March 3, 2008 at 12:56 pm
Does the SQL Server service account have rights to the directory?
Jack has hit the nail on the head. Confirm that the SQL service account has the appropriate...
March 3, 2008 at 12:48 pm
You can evaluate your connection string in the expression editor. Just click the evaluate button and make sure it is pointing where you want it to.
March 3, 2008 at 12:44 pm
So I can create the destination but when I run the package it tells me the destination does not exist? Normally I don't have to have the file created prior?...
March 3, 2008 at 12:42 pm
Viewing 15 posts - 436 through 450 (of 1,156 total)