Viewing 15 posts - 31 through 45 (of 88 total)
Hi ratheesh,
If the user wants to run the SSIS package in the sever, you can use the concept of Credential and Proxy account available in SQL Server.
Please refer the...
July 20, 2010 at 5:09 am
Hi,
I have a doubt regarding the final article ('How to Schedule and Run a SSIS Package job') mentioned in this article.
Why do we need to give sysadmin server role to...
July 20, 2010 at 4:44 am
I found the below in BOL in IDENTITY section where a variable is declared as column_type:
-- Here is the generic syntax for finding identity value gaps in data.
-- The illustrative...
July 20, 2010 at 3:38 am
can you try to divide the transaction into many small transactions
Thanks
July 10, 2010 at 11:17 pm
Its an advantage that it shows cpu_time and memory_usage of the connected sessions.
Its easy to narrow down few issues.
Cheers
July 9, 2010 at 7:29 pm
Hi,
Please find the below links. You can fidn further links which will cover most the topics that you need before installing.
PS: This article is for SQL Server 2005 SP3
July 7, 2010 at 11:59 pm
Whats an external certificate. Is it something that we create?
As in the below link:
http://msdn.microsoft.com/en-us/library/ms187798(SQL.90).aspx
Thanks for responding
July 7, 2010 at 5:52 am
Or the 'denylogin' field in sys.syslogins
June 16, 2010 at 8:50 am
Yes, it fulfills almost.
But my aim here is to get the 'hasaccess' field which is in sys.syslogins.
I could not find this field by joining a SQL 2005 sec. views
June 16, 2010 at 8:47 am
-- System objects to find the Database file sizes
select sum(size)*8 from adventureworks.sys.database_files -- Gives current physical size correctly
select sum(size)*8 from adventureworks.sys.sysfiles -- Gives current physical size correctly
sp_databases --...
June 4, 2010 at 12:53 pm
Space constraint is the reason. Because the the extend at which the log file grows for few databases is undesirable eventhough we have space.
I believe when it is set...
June 3, 2010 at 10:57 pm
Hi,
What about the recovery with BULK LOGGED transaction log backups. Does switching the recovery between BULK and FULL break the LSN chain?
Cheers
June 3, 2010 at 10:06 pm
Hi,
Thanks for the reply.
Yes I take FULL & log backups.
I believe this is due to the huge REBUILING happening during the index maintenance. I thought of different mechanisms to...
June 3, 2010 at 9:43 pm
Viewing 15 posts - 31 through 45 (of 88 total)