Viewing 15 posts - 1 through 15 (of 60 total)
Amazing Gail...
I have been looking for an article on Indexes as simple and exhaustive as this for long.
Looking forward to the next 2 parts.
Thanks
October 26, 2009 at 2:59 am
If all the data is the same except the dates which row should be chosen?
September 1, 2009 at 5:36 am
I am wondering why you think this design is not perfect......
July 21, 2009 at 5:21 am
Hope so, I wanted to restart the service at that moment but was apprehensive as there were releases to be made that day. Didnt want the whole thing to conk...
December 1, 2008 at 10:24 pm
Its working fine now after restarting the SQL Server Service.
Thanks.
November 30, 2008 at 9:54 pm
SQL Server 2000.
I am viewing this in the enterprise manager.
My sps start with Gsp_
Please see attachment.
November 30, 2008 at 9:35 pm
When I create a stored procedure it is getting marked as a system stored procedure, as in the type is getting reflected as 'System' instead of 'User'.
Is there any setting...
November 28, 2008 at 2:28 am
Hi,
Does anyone know how I can pull just the numeric value from a varchar field which contains both numeric and characters?
eg.
if the data stored was:
"40 Words"
or if the data stored...
November 27, 2008 at 10:20 pm
what if it was "40 Words 60" , what should the output be?
November 26, 2008 at 4:19 am
Would this help
SELECT a.widthdata AS col1,
b.widthdata AS col2,
c.widthdata AS col3
from dimlab1 a
inner join dimlab2 b
on a.idno = b.idno
inner join...
November 18, 2008 at 10:19 pm
Would the number of rows always remain the same in all tables?
Suggestion: Please don't edit the post in a way by which the continuity of the thread is affected.
November 18, 2008 at 10:09 pm
please look up the deleted and inserted logical tables used by DML triggers.
November 14, 2008 at 4:54 am
"Student","Subject", "Pass" , "Fail"....
Looks like a homework question.....
November 14, 2008 at 4:46 am
wouldn't it be better to generate a script of the said procedures and do a replace for varchar(255) with varchar(2000) and execute them.
I don't think it is advisable to modify...
November 12, 2008 at 5:58 am
Viewing 15 posts - 1 through 15 (of 60 total)