Viewing 15 posts - 586 through 600 (of 602 total)
Hey, if we are going to rant, we might as well point out that the justification contains an incorrect piece of information as well. It says that NOT LIKE causes...
June 23, 2005 at 2:22 pm
Another reason I keep Northwind around is for testing backups. I support numerous production and test environments and it's good for me to have a database that I can do...
June 22, 2005 at 7:28 am
No mention of the LARGE table anywhere. Just one with 30000 rows.
:o)
/HAPPY FRIDAY
June 17, 2005 at 2:06 pm
Brian,
If you want to avoid the computational overhead of running the procedures twice, you may consider using staging tables to hold the results and decide later whether to output them...
June 16, 2005 at 8:12 am
sree,
To answer your question directly, you can create a stored proc that will copy the file. Look at the xp_cmdshell documentation in BOL. This XProc will allow you to use...
June 16, 2005 at 7:49 am
Anthony,
I've recently discovered that the REPLACE statements are likely not the cause of the error. I successfully restored a database with multiple MOVEs and REPLACEs.
I can't really see anything...
June 15, 2005 at 9:07 am
This is interesting. While I have had success with NetBackup renaming a physical file during a restore, I've never tried to specify a different folder for the file. I do mean...
June 10, 2005 at 9:41 am
Anthony,
Can you post the error messages from NetBackup logs? also what version are you using?
I might be able to help.
June 10, 2005 at 8:14 am
To answer his question I would just like to know what he wants to do. If he's interested in further help, he could tell us why.
So...OP, Can you restate the question in...
June 10, 2005 at 7:51 am
This is fun stuff. I had a problem with databases being set to auto-close. Determined that databases created in MSDE default to auto-close.
I suppose Personal Ed. does the same.
June 10, 2005 at 7:32 am
This method will work, but will suffer from potential performance problems as the table gets larger.
When a parameter is omitted, the query will evaluate each row of each column to...
June 7, 2005 at 8:14 am
And I have found yet another way to misspell sp_executesql
😮
June 7, 2005 at 7:44 am
Looks to me that all you have done is SET a variable to a value that contains an SQL statement that will copy the structure to a temporary table.
This will...
June 7, 2005 at 7:43 am
If you are trying to do this on an MSCS cluster, you should use the CLUSTER command with the RESOURCE sub-command.
/just in case...
hth JG
June 2, 2005 at 9:07 am
You might want to locate both instances of the executables, using a file search. It should not be possible for two instances of the same SQL Server executable to run...
June 2, 2005 at 8:58 am
Viewing 15 posts - 586 through 600 (of 602 total)