Viewing 15 posts - 511 through 525 (of 602 total)
Also from that MSKB article:
"Non-clustered indexes cannot be created on table variables, other than the system indexes that are created for a PRIMARY or UNIQUE constraint. That can influence the...
October 5, 2005 at 7:39 am
I think the query will return all the rows if the destination is empty and no rows if the destination has one or more rows.
I believe that
Select * from...
September 29, 2005 at 2:51 pm
Hello
Was the db detached (or properly split mirrored) when the backup was taken? This is probably the only way to get a usable backup of the actual log "device" file.
Are...
September 28, 2005 at 5:54 am
So, you want to stop/start SQL from a remote machine. Have a look at the following:
http://www.sysinternals.com/Utilities/PsExec.html
The utility will allow you to run programs on remote computers without installing any remote software. ...
September 26, 2005 at 8:13 am
The log file will always grow exponentially if the growth is set to be by percentage. To avoid exponential log growth, you would need to change the file growth to...
September 22, 2005 at 9:54 am
Jyrki,
I've had that problem before when modifying packages with text output data connections. Suddenly, the entire EM in which my DTS designer window was running just vanished. *poof*
I think you might need...
September 21, 2005 at 11:46 am
Crap. We forgot to answer the question.
I'm not sure I can point you to anything definite. You might look at systems that store X12 EDI documents in databases. The X12...
September 16, 2005 at 11:43 am
To expand on RGR'us' thoughts, XML is even worse than the 1950's model, because the extra padding makes it take forever to punch out to paper tape.
/rimshot
September 16, 2005 at 8:15 am
for %I in (te*.txt) do type %I >> newfile.txt
wha-bam.
jg
September 9, 2005 at 2:39 pm
If the SP doesn't use all of the results of the table, it may very well take longer to create the entire table. The view itself does not give sufficient...
September 8, 2005 at 10:14 am
The query you have will need to scan the Clutered Index because of the scalar conversion in the second join term. It has to consider every possible row for each...
September 8, 2005 at 10:01 am
I'm not sure if this will work, but you might be able to edit the data in a backup file and restore it. You could modify a table to contain...
September 8, 2005 at 8:15 am
Is there anything that leads you to believe that these are errors?
I think that they are evidence that snapshots are being started and completed.
September 8, 2005 at 7:57 am
I didn't RTFP correctly. Excel won't work in your case because you have too many rows.
September 7, 2005 at 9:58 am
You might be able to use the data in QA. Do a select all in the results pane (grid) and then copy, paste the data into either excel or notepad. ...
September 7, 2005 at 9:55 am
Viewing 15 posts - 511 through 525 (of 602 total)