Advertisement

1 - 3 of 3 containing alltags:("SQL SPROC") (0.001 seconds)
 
 
 
In Sproc how is best to determine if an Id exists in a datatable in SQL database and return true/false?
Zones: MS SQL Server, SQL Server 2005Date Answered: 06/25/2008 Grade: A Views: 189
I need to send the results of a store procedure to a file. From what I can tell there isn't a direct T-SQL command that allows that directly but if i could pour the query output into a variable i w...
Zones: MS SQL ServerDate Answered: 10/27/2003 Grade: A Views: 0
Is there any way I can assign database name from the variable in T-SQL ? What other alernative ? My code look like this SET @dbRS = 'RS' + LTRIM(RTRIM(@StoreID)) --Database Name if NOT EXISTS...
Zones: SQL Server 2005Date Answered: 01/28/2008 Grade: A Views: 54
  • 1