Viewing 15 posts - 271 through 285 (of 816 total)
As its one Db with one table, remove Physical RAM from your machine and put new RAM. You will see physical read for which you are so curious to see...
March 27, 2011 at 11:40 pm
i suspect this is the problem of data source.
Can you please confirm that all the server which u using in linked server are of similar type....i mean all sql...
March 24, 2011 at 9:52 pm
can you please share the third party backup tool name you using?
I am using litespeed since ages and never had any problem
March 24, 2011 at 12:00 am
How we can start the delete process from the Master table? Put it in other way, how we can traverse from
the Leaf child and go to top (may be we...
March 23, 2011 at 3:32 am
I have:
full backup
diff1 backup
diff2 backup
diff3 backup
I'm want to restore to diff3, but I tried restoring diff1 and diff2 as well and they failed with the same message.
you should be...
March 23, 2011 at 12:10 am
yes correct but if that is not so frequent activity then you can rename old file which you already inserted and then new file should be named exactly as we...
March 22, 2011 at 3:35 am
What sort of authentication is in play here?
Authentication you define in secuirty tab when you configuring the LinkedServer
March 22, 2011 at 2:49 am
begin
INSERT INTO wp4tbl_TblCompVerifySapBatch (Workorder,Docyear,movementtype,BatchNumber,Qty,MaterialNumber)
VALUES (@Workorder,@Docyear,@movementtype,@BatchNumber,@Qty,@MaterialNumber)
--...
March 22, 2011 at 2:43 am
you have an alternate of linked server to excel.
Follow this on how to create LS for excel.
March 22, 2011 at 2:28 am
First of all my previous reply was using LS properly in query and havent looked in your where condition or table name.
FROM [10.146.22.35].smartreports.sys.tables
Now, looking into your select query:-
SELECT TB.name,...
March 22, 2011 at 2:12 am
SELECT TB.name, TB.column
FROM [10.146.22.35].smartreports.sys.tables AS TB
WHERE TB.column = @workorder
AND TB.SCHEMA_ID = 6...
March 22, 2011 at 1:57 am
if your database have enough free space then it will not affect performance.
But if your database almost full and then you increasing the space then you will see more IO...
March 22, 2011 at 1:43 am
how will you able to run the rebuild on logshipped database?
your database will be either in standby/read-only mode or restoring mode.
March 21, 2011 at 2:31 am
1) If I have performed index rebuilding on one table in logshipped database/Primary database, will it effect the same to secondary database or do we need to again index rebuilding...
March 21, 2011 at 2:19 am
Viewing 15 posts - 271 through 285 (of 816 total)