Viewing 15 posts - 3,601 through 3,615 (of 5,356 total)
The most detailed informations you'll get with the -1 parameter, as mentioned in the link above, but again no table names.
Figuring out yourself what the columns mean, will be...
October 31, 2003 at 6:36 am
Please avoid cross post in different categories
Piggy-backing on Nigel this might be on some help
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=12279
Frank
October 31, 2003 at 4:44 am
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=12279 might help you
Frank
October 31, 2003 at 4:42 am
quote:
Cursors never.DTS - only when needed and never to control.
...
Hey Nigel, where is the third...
October 31, 2003 at 12:58 am
Sorry, just saw something that shouldn't be done.
What have we learned from other threads?
Never prefix your sprocs with sp_...
Must be some kind of legacy procedure. I...
October 31, 2003 at 12:52 am
October 31, 2003 at 12:46 am
Oh, I forgot!
Dynamic SQL can be used with almost every T-SQL command.
This is something I use for administrational purposes
CREATE PROCEDURE sp_createbinarytable @tname nvarchar(50) AS
DECLARE @stmt...
October 31, 2003 at 12:43 am
I am reiterating myself, but be aware that this flexibility comes at a certain cost. Read this http://www.algonet.se/~sommar/dynamic_sql.html and decide then if dynamic SQL is really what you want.
Frank
October 31, 2003 at 12:39 am
October 30, 2003 at 8:17 am
October 30, 2003 at 7:44 am
Indeed, Excel is a very nice tool. But on the other hand certainly has its limitations when it comes to 'real-time' DDE communication with Reuters or Bloomberg. Let's you get...
October 30, 2003 at 7:33 am
quote:
(HP Master ASE-SQL Server)
as for acronyms, what does this stand for?
Frank
October 30, 2003 at 7:29 am
<*grin*>I know!
Excel is bread and butter to my daily work.
No need to do some VBA in Excel. Functionality is already there when you take a look at how you can...
October 30, 2003 at 6:09 am
quote:
Actually i want to know what is the approach of SQL server.?
ex ante you can't...
October 30, 2003 at 4:21 am
October 30, 2003 at 4:05 am
Viewing 15 posts - 3,601 through 3,615 (of 5,356 total)