Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
In script, PRINT now shows all in batch
Message
From
05/03/2008 14:20:52
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01299026
Message ID:
01299050
Views:
25
>
>DECLARE @msg varchar(400)
>SET @msg = 'Server: ' + @@SERVERNAME + ', Date: ' + CAST(getdate() AS varchar(20))
>RAISERROR( @msg , 0, 1 ) WITH NOWAIT
>
I should have thought about that one. When it doesn't work the other way, that way should.

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform