Viewing 15 posts - 841 through 855 (of 1,825 total)
Best answer, dont use dynamic SQL.
Doing a quote twice will imply to sqlserver that you need the value of quote.
Consider this statement
select ''''
You will have to modify the value held...
May 26, 2010 at 3:48 am
May 26, 2010 at 3:45 am
As pointed out , a high number of pages could cause performance issues, but without evidence to the contrary , ie Query performance metrics, that it actually is, i...
May 25, 2010 at 1:40 pm
Try using sql express, i could be wrong but SSIS is included (at least the run time component)
May 25, 2010 at 10:22 am
As stated a backup of 2008 cant be restored on 2000. If it were me , i would investigate using SSIS (taking an incremental difference or the tables) or...
May 25, 2010 at 3:51 am
UK Summer came and went yesterday.
May 25, 2010 at 3:09 am
Can you show us the code you have so far ?
May 24, 2010 at 10:25 am
This is a cross post from
May 24, 2010 at 7:39 am
Although , at the back of my mind , i didnt think i could be done, i could well be wrong 🙂
If BOL states its supported ,then it is.
Right now...
May 21, 2010 at 3:35 am
I dont think that you can upgrade , backup your database , do a side by side install and restore your database into that.
May 21, 2010 at 3:06 am
Or by using a case sensitive collation
SELECT CHARINDEX('x' collate SQL_Latin1_General_CP1_CS_AS, 'X' collate SQL_Latin1_General_CP1_CS_AS)
May 19, 2010 at 2:24 am
Time is intrinsic to the date time type. Please read this... http://www.karaszi.com/SQLServer/info_datetime.asp
May 18, 2010 at 6:52 am
Could be a wide range of things...
Triggers , foreign key lookups, index updates .....
Can you post the execution plan ?
May 18, 2010 at 5:45 am
Viewing 15 posts - 841 through 855 (of 1,825 total)