Viewing 15 posts - 391 through 405 (of 2,486 total)
Ok I'm no developer but I'm guessing that you can't run VB code in VB Script. You would need to use VB.
Why wouldn't you have the DTS package stored on the server,...
April 6, 2006 at 5:10 pm
Jeff, thanks its nice to know I'm right sometimes
As for the example with the leading/trailing spaces, this would generally be dealt with using...
April 3, 2006 at 4:33 am
Check the log files in
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files
March 30, 2006 at 4:36 pm
I went here
http://www.sqlservercentral.com/search/turbo.asp
Typed in Constraint, selected 'Script Library', and clicked 'Find It!'
Guess what was returned,
http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=246
http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=213
http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=899
http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=202
http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=1202
http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=246
Now with the wealth of information that was returned in...
March 30, 2006 at 4:14 pm
Can you paste your script? That way we might be able to spot whats causing the error
March 29, 2006 at 11:46 pm
Joe
"Professional best practice" is to review the documentation. If there is something in Books Online that you don't understand then explain what you don't understand and we may be able...
March 29, 2006 at 9:01 pm
March 29, 2006 at 4:48 pm
I would recommend DTSBACKUP 2000. Nice and easy to use and you can run it seperate from SQL Server.
March 29, 2006 at 3:05 pm
Brad
Firstly, its not good forum etiquette to hijack someone else's post. Yes your question does relate to SQL Mail, but it has nothing to do with the original posters question.
As for...
March 28, 2006 at 7:34 pm
For your SQL 2K environment, you should have the users assigned to a database role that has execute permissions on all stored procedures.
Then when users create procedures they can include...
March 28, 2006 at 3:34 pm
What edition of SQL Server are you trying to install?
March 28, 2006 at 3:30 pm
You can use the web services to return a byte stream for the rendered report. You'd then have tohave appropriate print logic in your application to turn this byte stream...
March 28, 2006 at 3:27 pm
You can use an activexscript, or a dynamic properties task to change the source filename.
The following link shows how to do it in script.
http://www.sqldts.com/default.aspx?200
March 28, 2006 at 3:21 pm
sp_changedbowner changes the owner of the current database, nothing to do with orphaned users.
Read the documentation in Books Online.
March 22, 2006 at 12:24 am
Viewing 15 posts - 391 through 405 (of 2,486 total)