Viewing 15 posts - 19,381 through 19,395 (of 26,490 total)
John Paul (8/3/2009)
The #temp table columns 'Declaration' and the substore procedure(sp2) Columns will be the Same ..
Show us with some actual code. I can't figure out...
August 3, 2009 at 3:37 pm
How about posting the table DDL, sample data, and expected results. Please read the first article referenced in my signature block about asking for help. Follow the instruction...
August 3, 2009 at 3:34 pm
After first fixing the missing comma after field_c in your code, you will get the following error:
Msg 207, Level 16, State 1, Line 11
Invalid column name 'rowNum'.
You can't use the...
August 3, 2009 at 3:31 pm
John Paul (8/3/2009)
but it need to insert 4 Columns insert into #temp table ,...
August 3, 2009 at 3:23 pm
JC (8/3/2009)
I am trying to incorporate a CAST statment into my CASE statements and am not having any luck and do not know if that is even possible.
This is...
August 3, 2009 at 3:16 pm
If there are more than 4 columns being returned by the second stored procedure to the first one, how is the first one supposed to know which four it needs?
August 3, 2009 at 3:11 pm
You can also check out the DelimitedSplit function in this thread as well.
August 3, 2009 at 3:05 pm
I agree, you really should look at normalizing the table. Barring that, however, there is a solution.
Please see the attached files. (posting from work is hit or miss,...
August 3, 2009 at 2:49 pm
As a guess, you previously only had the Standard Edition loaded? Yes, you need the Profession Edition to debug stored procedures. I thought, however, they had brought back...
August 3, 2009 at 2:14 pm
And then you a question like this one.
August 3, 2009 at 2:10 pm
I think we are confused a bit. Could you explain what the problem you are have actually is? It would also help if you could provide the full...
August 3, 2009 at 2:06 pm
Usually that is stored with the physical media. My copy of SQL Server 2005 Developer Edition has a sticker with the product key on the inside of the box...
August 3, 2009 at 1:55 pm
ifila (8/3/2009)
I got it working after adding a new maxuserport key.Thanks
BTW Lynn is Word 03 ok ?
Considering the wide varietyu of people on this site, I'd recommend that you save...
August 3, 2009 at 1:22 pm
How many full and transaction log backup files you retain on disk really depends on your requirements for fulfilling restore requests and how much space you have for these files.
I...
August 3, 2009 at 1:15 pm
William Plourde (8/3/2009)
August 3, 2009 at 1:04 pm
Viewing 15 posts - 19,381 through 19,395 (of 26,490 total)