Viewing 15 posts - 586 through 600 (of 1,253 total)
Left joins will work inside a procedure the same as they will work outside a proc. Your problem will be the query as a whole. check the query.
September 30, 2008 at 12:28 am
Pls give more details specially regarding your hardware , volume of data and about the process happening.
September 29, 2008 at 11:25 pm
WHERE REG_DATE BETWEEN ISNULL(@REG_START_DATE,REG_DATE)
AND ISNULL(@REG_END_DATE,REG_DATE)
September 29, 2008 at 4:09 am
check out this forum topic
http://www.sqlservercentral.com/Forums/Topic571247-338-1.aspx
September 29, 2008 at 4:03 am
I do not know about the HEAT program but a backup/restore or a move will keep the stored procs and triggers. You will not have to re-create them.
How ever its...
September 29, 2008 at 12:04 am
The reason "shravan" is being returned is becoz he has visited the site during the past 3 days. You are taking distinct of 5 columns - U.UserName,C.ClientId,Ua.UId as UserId,convert(varchar,ReportDate,101)...
September 26, 2008 at 1:59 am
Did u check the condition of your indexes. Are they fragmented?
September 26, 2008 at 1:05 am
BitBucket - Pls be carefull next time. We are here to discuss/debate SQL server and not language issues.
September 24, 2008 at 11:08 pm
Jeff Moden (9/23/2008)
September 23, 2008 at 11:25 pm
Hi
It all depends on the size of your database and the amount of data that gets inserted/deleted/modified. If size of db is huge and the data modifications is also huge...
September 23, 2008 at 11:16 pm
Nice article Gail.
The pages from the source database get written to the snapshot's sparse file the first time the page gets modified in the source database. Is that right?
If...
September 23, 2008 at 2:43 am
Jeff Moden (9/19/2008)
Chirag (9/18/2008)
September 23, 2008 at 12:38 am
Viewing 15 posts - 586 through 600 (of 1,253 total)