Viewing 15 posts - 31 through 45 (of 67 total)
Is it not posible from SQL Server side i.e., using any SQL tool or wizard?
I don't have access database tools installed on my box.
April 27, 2007 at 7:31 am
I know that shrinking data files hinder performance, but is the same applies to log files?
Because one of the log file is having 14GB of which only 70MB is being...
April 24, 2007 at 4:29 pm
Check the available memory for SQL Server.
For SQL server to take more than 4GB of RAM AWE should be enabled using'
sp_configure 'show advanced options', 1RECONFIGUREGOsp_configure 'awe enabled', 1RECONFIGUREGO
April 18, 2007 at 8:31 am
Thanks for the reply.
Is it not possible to export output to spreadsheet using SQL query instead of VB script?
August 31, 2006 at 10:51 am
I know how to create dts package, but can anyone give the steps I need to do or procedure ?
August 30, 2006 at 5:04 pm
SP_HELPROTECT NULL, 'user' doesn't give the information like the whether the stored procedure has execute permissions or not.
I need the information like stored procedures not containing execute permissions for a particular...
July 25, 2006 at 8:05 am
Check the following link:
For SQL Server 2000
http://support.microsoft.com/kb/276043/en-us
For SQL Server 7.0
July 24, 2006 at 10:30 am
What error did the Maintenance plan history show?
July 24, 2006 at 9:56 am
Thanks a lot to all of you.
I did learn how to use cursors and undocumented stored procedures seperately.
>>[wow - cursors and undocumented stored procedures in one batch
July 19, 2006 at 2:27 pm
I saw the same error like login failed for same service account as in SQL Server error log.
I also observed in application log like resources changing from Cluster NOdeA to...
July 17, 2006 at 9:27 am
There is already db_datareader permissions for the database , but when I check the Permissions of that user in that database I don't see select permissions for any table.
Is db_datareader...
July 6, 2006 at 10:24 am
Can anybody help me with the above query?
I need to get the backup files from all drives in a server.
I went some where wrong and I am getting duplicates instead...
July 5, 2006 at 7:21 am
I am almost there at the solution..
Can anyone correct my following query.. I am getting so many duplicate files ?
********************************************************************
set nocount on
create table #DrivesOnServer
(
Drive varchar(10) not null,
FreeSpaceInMB dec(19,4)...
June 30, 2006 at 11:59 am
Karl, If some how I got the filename what I want but how can I get the full path of the filename to use the above xp_getfiledetails?
I am going somewhere...
June 30, 2006 at 8:04 am
Thanks Karl.
How to get the date of the file?
June 29, 2006 at 2:01 pm
Viewing 15 posts - 31 through 45 (of 67 total)