Viewing 15 posts - 31 through 45 (of 47 total)
I'm sorry for the typos.The database file and log files are accessible.So what should i do now? Please guide me from here.
September 29, 2004 at 4:08 pm
The database abd log files are accessible.So what should i do now? Please guide me from here.
Thanks.
September 29, 2004 at 4:07 pm
I dont have a backup either.Can i take a backup now?
Thanks.
September 29, 2004 at 3:47 pm
My disk is not full and there is lots of space available.what should be the other reasons.
September 29, 2004 at 3:46 pm
What option should i select in this case(full backup of master and msdb)
1.Append to media
2.Overwrite existing media
September 9, 2004 at 1:01 pm
And one more question is that what would be the best data type to store the data of chapter_notes.And how can i have the same format in my database as...
September 2, 2004 at 12:23 pm
I am running some stored procedures (sround 10) to calculate the summary of the data.And in those summary sps I am using lots of temp tables.
And the queries i am running are...
August 18, 2004 at 8:57 am
I'm sorry emp_name in the above query is a varchar datatype.
Thanks.
June 28, 2004 at 8:34 am
IF @alpha='0'
BEGIN
SELECT @sqlstmt='SELECT a1,a2,a3,a4,a5, a6,a7, a8
FROM #emp_temp order by ' +@col_name+' '+@orderby
END
ELSE
BEGIN
SELECT @sqlstmt='SELECT a1,a2,a3,a4,a5, a6,a7, a8
FROM #emp_temp WHERE emp_name like '''+@alphabet+''' order by '
June 17, 2004 at 7:19 am
Hi
Thanks to all of u peole for helping me in this issue.
April 3, 2003 at 9:56 am
Hi i have one more question, with the above query I am getting the values in @C variable.Then how to get the reast of the columns for that...
April 2, 2003 at 4:06 pm
Viewing 15 posts - 31 through 45 (of 47 total)