Viewing 15 posts - 46 through 60 (of 174 total)
Hi Igor,
No. The issue is "''''''''''''''''"...so many! because for every ' I have to do '' to escape it. Is there another way to escape in TSQL? So I can...
August 1, 2013 at 4:47 pm
but then it will still have many apostrophes? just in a different location~
August 1, 2013 at 4:15 pm
ChrisM@home (7/28/2013)
I think you need another edit 😉Edit: beat me to it.
Ha :pinch:
July 28, 2013 at 6:25 am
select name,
case
when maths > science and maths > comp then 'maths'
when comp > science and comp > maths then 'comp'
else 'science'
end
from student
July 28, 2013 at 6:00 am
Do what Jeff said but replace
PARTITION BY StudentName
With
PARTITION BY SubjectName
July 28, 2013 at 4:26 am
Can't delete this thread~ The TRY/CATCH did work \o/ its just that the output file didnt print any text after the error.
July 27, 2013 at 7:04 am
Elliott Whitlow (7/25/2013)
July 25, 2013 at 3:51 pm
Oh I have this: http://www.mssqltips.com/sqlservertip/1037/system-information-in-sql-server-2000-vs-sql-server-2005
My question was more whether anyone has done "CREATE VIEW sys.databases ...;" already or not~
July 25, 2013 at 3:34 pm
According to here[/url] it will rebuild everything. The easiest way to make sure would be to just schedule it on some database to run tonight then go back tomorrow &...
June 24, 2013 at 8:07 am
See which account the SQL Server process is run as. Grant privileges to that one.
June 24, 2013 at 7:57 am
Hi David,
Have you run your maintenance plan? If so is there any that haven't had stats collected on them since the last run time? If so then they haven't all...
June 24, 2013 at 7:41 am
Viewing 15 posts - 46 through 60 (of 174 total)