Viewing 15 posts - 106 through 120 (of 608 total)
is there any script or best way to find the tables and check if there are any deny permissions if not i want the script to run that database which...
March 23, 2011 at 3:28 pm
I am using litespeed generated script from a sql job and file is located on a different server for which i am using a network path to read the file...
March 23, 2011 at 8:27 am
I tried all the ways above but could not start sql server. I just want to start sql server and point tempdb to an existing drive.
March 18, 2011 at 6:47 pm
i could not start sql server from cmd line without having tempdb.
March 18, 2011 at 12:13 pm
a user has created so many temp tables in 22 sessions which causing disk outage on the drive where tempdb is located, how do i find size of each temp...
March 17, 2011 at 5:29 pm
yes all of the database are partioned on date which means each month will have one file. Could you help me more on how i can backup just partiion and...
March 10, 2011 at 10:42 am
we have about 20 databases to load which are of identical structure and takes for more than a week to finish.
Like you said if i am loading only 1 months...
March 10, 2011 at 9:40 am
what do you mean by restore the dev database with just new data.
Dev dataabse is never restored unless there is a problem, which means we keep appending data to...
March 10, 2011 at 8:23 am
Here is the real scenario, Let me know the best possible ways to do.
I do insert data into a dev database (which is a exact copy of production) every month...
March 10, 2011 at 8:13 am
How can i script out database names to check if deny permission ofr id's X and Y on tables A,B,c are existing if not run the script i have on...
March 1, 2011 at 9:12 am
In my case tables are not created when the database is created so i have to check if there is any database created every day and ru nthe script.
February 24, 2011 at 7:21 am
how can i find the temp tables created by a user and drop the one i need?
February 22, 2011 at 1:22 pm
Viewing 15 posts - 106 through 120 (of 608 total)