Viewing 15 posts - 16 through 30 (of 60 total)
we are using linked servers but not much, only when there is a need for historycal data application uses linked server to retrive from another server, but most of the...
June 2, 2011 at 8:38 am
i have checked few times today, but the value does not seem to be fluctuating, it is still 27M, but good idea to log the values for a week or...
June 2, 2011 at 7:26 am
does the server where you are trying to create linked server resolves the name "SEV-DB01" . if not either use IP or create an alias for that server then retry.
June 2, 2011 at 2:43 am
the query returns 27 MB but dbcc memorystatus displays as below, MEMORYCLERK_SQLCLR (6G reserved) is that normal?
MEMORYCLERK_SQLCLR (node 0) ...
June 2, 2011 at 2:40 am
so 4G may not be enough for OS and CLR executions. how to check CLR memory usage?
May 30, 2011 at 8:18 am
what is the error that you see in job history for scheduled tnx job.
April 22, 2011 at 12:48 am
here is the table definition , partition funtion and partition schema used to partition the table.
CREATE PARTITION FUNCTION [part_fn](char(20)) AS RANGE
RIGHT FOR VALUES (N'20110325 ...
April 22, 2011 at 12:36 am
DBCC SHOW_STATISTICS indicates that statistics are up to date (showing few hours ago), and number of rows returning from query matches rows shown in execution plan. a week ago i...
April 22, 2011 at 12:24 am
yes we have an index on that column, and selecting few columns also does full scan.
April 22, 2011 at 12:19 am
Hi,
the details are:
version:SQL Server 2008 SP1 CU7 version 10.0.2757
connection:max number of connection 3000-3500
thread count:max worker thread is 400
no connections could be done even using DAC.
May 26, 2010 at 2:11 am
Thanks we already get hostname,appname for specific operations.We DBAs do administrative task on a terminal server with a SQL server generic user. If we cant get osuser somehow then you...
May 14, 2010 at 7:24 am
the problem is solved. i explicitly define table_name like db_name.dbo.table_name and it worked.
my bcp command was like
"use db_name select * from table_name queryout "D:\QUERY.DAT" -c -C RAW -t "<ec>"...
May 7, 2010 at 1:29 am
We aremoving data on daliy basis, but for some reasons the scheduled job failed for last 2 weeks and the amount of data grow.
now i am tring to bcp out...
May 7, 2010 at 1:10 am
I am trying to move a 60G table to a SQL2000 history server.Using DTS would take days.
thanks.
May 6, 2010 at 7:56 am
hi,
select @@rowcount will display the number of rows returned from your query.
May 4, 2010 at 1:09 am
Viewing 15 posts - 16 through 30 (of 60 total)