Viewing 15 posts - 511 through 525 (of 756 total)
If you want a faster response to your questions, you can try Brent Ozar recommendation, check http://www.brentozar.com/archive/2009/12/i-need-sqlhelp/
January 19, 2010 at 1:17 am
Hi Krasavita,
If you are using sql 2005 or higher, you wil be able to see the space used by the transaction log. You can check it by using the disk...
January 19, 2010 at 1:12 am
Could you please be more specific. What do you want the package to do?
January 19, 2010 at 1:02 am
select 'EXEC xp_cmdshell '+'''Net Send '+rtrim(hostname)+' Please logoff from the system-Starting Sys. maitenance--DBA''' from sysprocesses
where db_name(dbid)='DatabaseNAME' group by hostname
--Execute Output of above command for e.g. EXEC xp_cmdshell 'Net Send...
January 18, 2010 at 5:43 pm
Could you please be more specific.
January 18, 2010 at 5:40 pm
I have not noticed. And I have been checking the forum quite often.
January 18, 2010 at 5:39 pm
SQL 2000 has DTS. Which provide some functionality. So what do you want to do?
January 18, 2010 at 4:32 pm
Installing an instance of SSIS 2005 on the server where you are running SQL 2000. That means you need a license.
January 18, 2010 at 7:52 am
Jason, do you by any chanced know some links where I could find some more info about mandatory controls for SOX. Thank you in advance.
January 17, 2010 at 4:36 am
It's a pitty you did not share your issue and the solution. Others may benefit from it.
January 17, 2010 at 4:33 am
It is a risk to give db_owner permissions to a user. check this link: http://technet.microsoft.com/en-us/library/cc966507.aspx.
January 17, 2010 at 4:00 am
Instant file initialization maybe useful, check this link for more information.
January 13, 2010 at 6:14 pm
Are you using SQL Server 2005 performance Dashboard?
January 13, 2010 at 5:49 pm
You can set autogrowth to a specific size and depending on the database grow you may want to add extra files on the same filegroup but on a different...
January 13, 2010 at 5:46 pm
Viewing 15 posts - 511 through 525 (of 756 total)