Viewing 15 posts - 211 through 225 (of 281 total)
I'm not sure what's happening in your environment - maybe some other process "resets" your data and sets the fields to NULL? Can you be more specific?
September 21, 2009 at 5:17 am
Try to use the "nodes" method of the xml datatype (see BOL). You can also use an "xml schema collection" for the xml data.
September 21, 2009 at 2:58 am
See for example BOL --->CONTAINS (Transact-SQL) ---> Using CONTAINS with variables. Starting from this example, you can build your stored procedure.
September 21, 2009 at 2:18 am
As far as I can see at this moment, there is no problem with the "0" value if you take care to update the field according to your needs or...
September 21, 2009 at 1:50 am
Indeed the "small" tables won't be "touched" - in most of the cases.
See http://sqlserverpedia.com/blog/sql-server-bloggers/index-fragmentation-findings-part-2-size-matters/ for some relevant numbers.
See also SQL 2005 BOL ---> Reorganizing and Rebuilding Indexes -...
September 17, 2009 at 4:07 am
As far as I know there is no "default schema" for a session. But you can set a default schema for your user in every database it has access to.
September 17, 2009 at 1:18 am
Another valuable resource is
http://www.simple-talk.com/sql/t-sql-programming/concatenating-row-values-in-transact-sql/
September 17, 2009 at 12:10 am
Besides what GilaMonster had already mentioned - directly changing data in the system tables (sql 2000).
July 13, 2009 at 12:55 am
Tom.Thomson (3/20/2009)
This is slightly wrong - it makes no difference whether the index is clustered or not. What's required for the query to run instead of waiting for the lock...
March 20, 2009 at 1:46 pm
kevin.l.williams (3/20/2009)
March 20, 2009 at 12:03 pm
halifaxdal (3/19/2009)
dmoldovan (3/19/2009)
Do you use " as a text qualifier?Thanks. That's exactly what I just found out. How about removing the last EOF?
Unfortunately the import/export wizard will not help you...
March 20, 2009 at 1:31 am
Do you use " as a text qualifier?
March 19, 2009 at 2:20 pm
halifaxdal (3/19/2009)
This simple job is driving me nut, can you provide any instruction on this particular case? I never use bcp before.Thanks lots.
This is a rather long story, and BOL...
March 19, 2009 at 12:59 pm
Try to skip the empty columns using a format file with bcp, or creating a SSIS package and editing the column mappings.
Another solution may be creating a string parser -...
March 19, 2009 at 12:45 pm
halifaxdal (3/19/2009)
March 19, 2009 at 12:00 pm
Viewing 15 posts - 211 through 225 (of 281 total)