Viewing 15 posts - 541 through 555 (of 609 total)
I was just wondering how do i use READ UNCOMMITTED isolation level when i do bulk/fast load using ssis packages, as we have to import our production data (no updates,...
May 27, 2009 at 7:43 am
I have the drop down list populated in the report and also my store proc is OK with all the IF statements for parameter values. Now how would i use...
May 26, 2009 at 9:00 pm
I am looking for a tool that checks hundereds of rules in our scripts automatically and give us a reports for each test case. We do not have a testing...
May 21, 2009 at 10:23 am
We also use Quest Spot Light, does it give any such information about number of queries.
May 21, 2009 at 8:07 am
My doubt on using this code
SELECT so.name [TableName], si.rows [RowCount]
FROM sysobjects so
INNER JOIN sysindexes si on si.id = OBJECT_ID(so.name)
WHERE so.xtype = 'U'
The above code will get me row count...
May 20, 2009 at 6:57 am
I am trying to do something like this
INSERT into OBBR.Emp.dbo.Revcounts
(col1,col2,dbname)
SELECT
col1,col2,server-db
FROM #temp
In the column dbname i would like to have server.dbname and i am doing this way...
(@@servername+db_name())
May 19, 2009 at 8:31 pm
How can i run the same query to pull data from 30 such databases where in it should also insert a filed with the databasename from where the counts are...
May 19, 2009 at 2:33 pm
How can i find just the data size in a DB without Log size?
May 18, 2009 at 7:49 am
right now i set it up to use 80% of the available memory but though there is nothing running on sql server why does full 80% is used, any reason?
May 15, 2009 at 2:09 pm
Thank you JAmie
I am able to insert a record in the table but i do have 30 such tables to insert 1 record in each which has to query 30...
May 14, 2009 at 9:19 am
I have create a table for each database i restore so that i can save counts with timestamp for audit purpose.
CREATE TABLE [dbo].[SIRS_Counts](
Col1 [int] NULL,
Col2 [int] NULL,
Col3 [int] NULL,
Col4 [int]...
May 12, 2009 at 3:17 pm
I want to report all the counts in a spread sheet with in my backup -restore sql job.
May 12, 2009 at 12:36 pm
All are full backups and the databases are in simple mode.
May 11, 2009 at 11:28 am
Viewing 15 posts - 541 through 555 (of 609 total)