Viewing 6 posts - 1 through 7 (of 7 total)
Ok thanks.
But how will i apply this in my query?
Instead of EXEC sp_describe_first_result_set, should i mention my proc name?
What should i do here Select * from sys_objects?
December 16, 2014 at 12:24 pm
Here sysobjects is a table.
I do not have a table, i have to create one dynamically with sparse columns.
Thats my question.
December 16, 2014 at 11:32 am
Any one any help very much appreciated.
December 16, 2014 at 10:37 am
I do this and get error
SET FMTONLY ON
GO
USE BO_DS_Staging
GO
SELECT *
FROM BO_DS_Staging.dbo.bear_load
GO
Msg 208, Level 16, State 3, Line 1
Invalid object name 'BO_DS_Staging.dbo.bear_load'.
Here bear_load is the function, it only takes...
December 15, 2014 at 1:04 pm
How does that create a dynamic table with sparse columns?
December 15, 2014 at 12:48 pm
Any suggestions??:w00t::w00t:
December 15, 2014 at 9:12 am
Viewing 6 posts - 1 through 7 (of 7 total)