Viewing 15 posts - 496 through 510 (of 617 total)
I could be wrong (and would love to know the solution if there is one) but I think you can only retrieve the last recordset from an SP.
November 14, 2007 at 1:05 pm
You know ya'll could leave the original question and the answer for the rest of us to read :). I love reading stuff with solutions .. its a lot...
November 14, 2007 at 12:46 pm
All you are looking for is a list of column names and their definitions correct?
In that case why not use INFORMATION_SCHEMA.COLUMNS. It should have everything you need.
November 14, 2007 at 12:44 pm
Assuming the service pack doesn't work have you thought about taking a different route?
And fair warning I'm not an expert on replication. I know just enough to be dangerous.
Have...
November 14, 2007 at 9:28 am
Very cool. I've never seen the CROSS APPLY before. Is this new to 2005? Also I have to say the BOL help on it is one of...
November 14, 2007 at 9:21 am
True enough. Although I have used views within SPs that get called more on the order of 100-1000 times a second without any real problems.
I'm still thinking the rename...
November 14, 2007 at 9:19 am
I think we need more information on this one. I'm not sure I understand what you mean by using 1 column from the query as a sub query? ...
November 14, 2007 at 9:09 am
So then you are back to doing a manual adjustment of a script file.
However I would like to see the performance on the view assuming that you have an identity...
November 14, 2007 at 8:44 am
In that case I would change name of the Doctor table to Doctor_Name and the name of the view to Doctor. That way your code and views and SPs...
November 14, 2007 at 8:08 am
Andras Belokosztolszki (11/14/2007)
November 14, 2007 at 7:28 am
A completely off the wall thought and I'm not even sure it would make a difference but have you checked the compatability level? Any chance it a 6.5 database?...
November 14, 2007 at 7:11 am
You could try making a copy of your mdf, ldf files and then attaching them rather than doing the backup restore route.
November 13, 2007 at 2:45 pm
Does the file "e:\MSSQL_dataew_db_data1.ndf" still exist? Did it ever to your knowledge?
You could try doing a backup and restore to another DB Name just to see if it works....
November 13, 2007 at 9:42 am
Definatly not stupid. And had you been working in 2000 it would have been a reasonable one (minus all of the problems I've mentioned above). Fortunatly (or unfortunatly...
November 13, 2007 at 7:25 am
Viewing 15 posts - 496 through 510 (of 617 total)