Viewing 15 posts - 331 through 345 (of 349 total)
Hello Asha,
There is a possibility of restoring the files which you are having right now:
1. If the files are from SQL Server version 7 and want to restore on to...
Lucky
May 19, 2004 at 12:35 am
Hi Paul,
Try this...
UPDATE DBO.SALES F
SET F.CATEG = CASE
WHEN DERIVEDTBL.TOTAL_VALUES = 0 THEN 'cat0'
WHEN (F.[VALUES] / DERIVEDTBL.TOTAL_VALUES < 0.1) THEN 'cat1'
WHEN (F.[VALUES] / DERIVEDTBL.TOTAL_VALUES < 0.2) THEN 'cat2'
WHEN (F.[VALUES] / DERIVEDTBL.TOTAL_VALUES < 0.4) THEN...
Lucky
May 18, 2004 at 2:49 am
Hi,
Sorry wrongly posted into this forum.
Lucky
April 27, 2004 at 2:21 am
Hi Pradeep,
If you have installed SQL Server 2000 on a new machine and would like to have the databases in running condition.
Solution:
If you are having .MDF files for all the...
Lucky
April 18, 2004 at 10:52 pm
Hi sntiwary,
Before executing your stored procedure, click ctrl + k, so that the execution plan will be set to on. Now you run the query, here you can find 3...
Lucky
April 3, 2004 at 1:54 am
Hello CSDunn
The error you are getting lies in the order by clause statement.
FROM tblLocation LC
Inner Join Student_Data_Main SD On LC.Location2=SD.SchoolNum
Inner Join Teacher_Data_Main TD On TD.TeacherID=SD.TeacherID
Inner Join tblMMStanTestScores TS On...
Lucky
March 19, 2004 at 12:41 am
Hi Frank,
Thanks once again for the effort put in. The query is working fine on my local server, and when it is run on the live it is playing. I...
Lucky
February 19, 2004 at 11:57 pm
Hi Frank,
Thanks for the reply. I have modified the query and checked, but the same probs. Is there any other way of working it?
Lucky
February 19, 2004 at 7:03 am
Hi ThomasH,
Are you talking about when the identity value reaches the max value of the data type?
Yes i want to know the max value of the data type "int"...
Lucky
January 8, 2004 at 11:05 pm
Hello Michael & Alkanfer,
Thanks for your reply. From your replies, i can use the keyword "WITH ENCRYPTION" on user-defined functions, triggers and views except tables. This is a tip for...
Lucky
October 5, 2003 at 11:26 pm
Hi All,
Nobody has responded. I am providing the requirement in detail.
Since 3 days i am trying to write a process by using XP_CMDSHELL external procedure to zip files.
My...
Lucky
May 24, 2003 at 5:58 am
Hello Markus & Antares
Thanks for the reply.
If i receive an .mdf file, i can directly attach the database by providing this mdf file as per your guidance, so that...
Lucky
May 10, 2003 at 12:04 am
Hello Jeremy & Rajesh,
Thank you very much for your suggestions.
Ravi
Lucky
April 29, 2003 at 6:44 am
Hello Jeremy,
Thanks for the help. But i want the creation to be dynamic ie., the date should be taken automatically while creating the folder in "D:\MSSQL\BACKUP\DATE\FILENAME.DAT".
We are having the...
Lucky
April 29, 2003 at 5:56 am
Viewing 15 posts - 331 through 345 (of 349 total)