Viewing 15 posts - 136 through 150 (of 259 total)
The database is in recovery mode since 3months.so i am not able find any logs in sqlserverlog.
There is enough space in the drive.
March 24, 2010 at 8:58 pm
select * from sys.databases where name = 'dbname'
state_desc = RECOVERING
March 24, 2010 at 6:11 am
yes, i am still not able to open the url.
February 9, 2010 at 6:32 pm
that url is not opening.
February 9, 2010 at 6:18 pm
so how to move the table to another filegroup?
February 9, 2010 at 6:09 pm
yes, i need a backup of the database excluding some tables.
February 9, 2010 at 6:01 pm
thanks..........
there is only one primary filegroup in my database.
i have created one file group FG1.
how to move tables to FG1.
February 9, 2010 at 5:49 pm
thanks..........
can you please explain clearly..........
February 9, 2010 at 4:33 pm
Please correct the below query..........
select max(myDate) from
( select field_1 myDate from myTable
union all
select field_2 myDate from myTable
union all
select field_3 myDate from myTable)
January 28, 2010 at 1:37 pm
I am not able to provide the sample data.
can you pls provide the sample query?
January 28, 2010 at 1:14 pm
selecting one greatest value from 3 coloumns in a table.?
January 28, 2010 at 1:07 pm
currently my templog.ldf is 120gb.
i am not able to shrink the file because the tempdb is not responding properly.
January 25, 2010 at 1:11 pm
what is the default size of temp db?
my problem is temp db is growing continuously.
how to restrict the size.
January 25, 2010 at 12:48 pm
Viewing 15 posts - 136 through 150 (of 259 total)