Viewing 15 posts - 211 through 225 (of 351 total)
The group of COM/DBA should be added to the windows user groups (Administrators )
Then add that group to SQL Server as a Login.
Note: that group should exist in your active...
July 25, 2011 at 12:42 pm
I see this issue many times in my old environment so many times as the server is already busy with tons of requests, Activity monitor hangs and displays timeouts for...
July 21, 2011 at 4:49 pm
If it was me I would ask
1. what is the cost less or high compared other similar tools and what the benifits if it high?
2. What the benifits tool provide...
July 21, 2011 at 12:35 pm
Activity monitor, Script to find Head blocker- SQL Server 2005, 2008 and later[/url]
Hope fully helps find the headblocker and you can point them who is blocking ...:-)
July 21, 2011 at 10:31 am
Thanks Roy but that din't helped in my case.
The link says grant connect to login but I'm already sysadmin and the owner of the database.
I have connect permissions.
July 20, 2011 at 1:04 pm
I have tell more that I verified CDC is enabled on database and cdc tables are created but not able to enable on the table. I hope its clear to...
July 20, 2011 at 12:34 pm
I think this would be the solution for your issue
Follow Link: SQL SERVER – FIX : ERROR : (provider: Named Pipes Provider, error: 40 – Could not open a...
June 20, 2011 at 12:36 pm
select Count(*) from table -Returns the Total Number of rows in a table
select Columnname, Count(*) from table group by columnname having having count(*) >1
Gives the number of...
June 8, 2011 at 3:46 pm
Take out the specs from the above query and replace it with your column name
June 8, 2011 at 3:43 pm
I had a similar Issue and I prepared the below query , hope fully it helps you too.
CREATE FUNCTION dbo.udf_select_concat ( @c varchar(255))
RETURNS VARCHAR(MAX) AS BEGIN
DECLARE @p VARCHAR(MAX) ;
...
June 8, 2011 at 3:42 pm
Should I install the version of BIDS that comes with 2008 R2?
Its up to you
Will I still be able to develop the 2005 SSIS packages?
yes,you can developin 2005 and...
April 14, 2011 at 3:05 pm
As far as I concern,
If you are creating a package any way you define a connection to the actual server. so it deosn't
matter I guess.
all new versions...
April 14, 2011 at 2:25 pm
My Approach will be monitoring for the queries
which are consuming high memory usage and tune them.
or switch more memory to SQL also won't help if you have bad queries...
April 12, 2011 at 5:02 pm
Viewing 15 posts - 211 through 225 (of 351 total)