Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using SQL passthru to select into #tempdb but no table r
Message
From
28/10/2008 13:55:45
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01357762
Message ID:
01357779
Views:
17
>>I am sending a select statement such as:
>>
>> Select * into #mytemptbl from mytable where {condition}
>>
>>but the select has no records matching my condition. But I still need the temp
>>table created.
>>
>>Is there a setting to make the table even if the result set is empty?
>
>There's no setting because table is always created by SELECT INTO regardless how many records are returned.

I see what I was doing wrong. Using sql passthru and was trying to return the results all in one call. Need to split it up into 2 calls, one to create the table and one to retrieve the results.

Thanks Sergey.
Previous
Reply
Map
View

Click here to load this message in the networking platform