Viewing 15 posts - 42,466 through 42,480 (of 49,571 total)
asrisl (12/10/2008)
How is this possible? (Is it possible without something insidious driving it?). (In these cases, SqlServer is not listed as a running Application.)
It won't be listed...
December 10, 2008 at 5:50 am
sunandas (12/10/2008)
December 10, 2008 at 5:42 am
Thread continues: http://www.sqlservercentral.com/Forums/Topic616816-1291-1.aspx
December 10, 2008 at 5:41 am
mohd.imtiaz (12/10/2008)
yes..
Why did you delete the post with the table and index definitions? Please post them again. I can't suggest indexes without having the table definition at the very least.
December 10, 2008 at 5:40 am
Means that the corruption was present in that backup. Do you run checkDB regularly?
If this is 2005, check the error log for the startup messages. As SQL brings the DBs...
December 10, 2008 at 5:35 am
sabarichandru (12/10/2008)
i need for to run the single line statement in Tsql without using any specific tables ..
Unlike in Oracle, SQL doesn't require the from clause or a table to...
December 10, 2008 at 5:34 am
debjani.bedajana (12/9/2008)
Hi Gail,Sorry to bother you. Wondering if you could find some solution. Thanks for your help.
Debjani
Chris seems to have the query sorted. I'll take a look when I have...
December 10, 2008 at 5:32 am
There's isn't a 'dual' table in SQL. What do you need it for?
December 10, 2008 at 2:05 am
Kishore.P (12/10/2008)
you can generate the script the sp for previous ver. if it is not encrypted.
How, if the proc has been written over?
December 10, 2008 at 1:59 am
madhu.arda (12/10/2008)
Iam curious to know why the available space for the database was showed as zero in enterprise manager and negative value when I ran sp_spaceused before running DBCC...
December 10, 2008 at 1:02 am
arup_kc (12/10/2008)
December 10, 2008 at 12:51 am
Have you got any other backup tools than litespeed? That looks like the kind of messages that a 'snapshot' backup tool would generate. They work by asking SQL to temporarily...
December 10, 2008 at 12:24 am
Find a backup of the DB that has the version of the proc that you want. Restore that alongside the existing DB and then script out the procedure
December 10, 2008 at 12:22 am
ganesha2181 (12/9/2008)
*** i have a 400000 lacs data. i want to this data separeted to 40 tables. per table have 100000 data.
Why?
December 10, 2008 at 12:18 am
Viewing 15 posts - 42,466 through 42,480 (of 49,571 total)