Viewing 15 posts - 1 through 15 (of 44 total)
Hi ,
Index is on 2 GB data.
Thanks
November 28, 2014 at 7:30 am
Hi,
In both SQL Server and VB.NET you have to use Try catch block.
What ever error you grab in SQL Server catch box just Raised it with RAISERROR syntax.
Now in VB.NET...
October 7, 2012 at 12:27 pm
Hi Abhishek,
I am assuming the mail target of this partition is to fetch the query fast.
So use those values which are frequently used in your Where clause.
You can use...
October 7, 2012 at 12:24 pm
Hi Paresh,
I like your solution but again i am bit hasy in applying in production before testing it local.
Are you sure log shipping will not affected after this process because...
February 20, 2012 at 2:01 am
Hi,
Thanks for your valuable suggestion. I will run "DBCC INDEXDEFRAG " one by one for the index with fragmentation average greater than 30%.
Hope it will work without affecting log...
August 24, 2011 at 11:58 am
Will it cause to stop Log shipping ? Do i need to reconfigure logshipping again after defragmentaion ?
August 24, 2011 at 7:09 am
Hi,
Please run the following query
SELECT
SUM( * 8) / 1024 AS DB_Size -- Field "size" contains the number of 8 KB pages contained in each file
FROM
[db_name_here].sys.database_files
June 19, 2011 at 5:14 am
Hi,
Think you are just exporting data right ?
as far as the import export concept it always going to append your data.
If you want exact same data the on secondary server...
June 19, 2011 at 5:03 am
henrik staun poulsen (4/29/2011)
According to dbtuna you are just waiting for the harddisk to repond. Other than getting a faster hard disk (SSD?), I have no suggestions.
I have just...
April 29, 2011 at 12:31 am
henrik staun poulsen (4/28/2011)
My guess is that your table did a lot of page splits, resulting in a lot of unused space. When you rebuild your clustered index, the...
April 28, 2011 at 5:51 am
Hi,
I don't know why the database size increase drastically. But later on i recovered it
please see below link.
Thanks & Regards
Rajat Jaiswal
April 27, 2011 at 5:43 am
homebrew01 (4/26/2011)
Ninja's_RGR'us (4/26/2011)
The best alternative is to delete in smaller chunks and run tlog backups within the loop.
Yes, that is how I do it, with no problems. It also...
April 27, 2011 at 5:26 am
GilaMonster (3/9/2011)
Rajat Jaiswal-337252 (3/9/2011)
But the problem is this is my client requirement so i have to try up to max level i can.
Then you need to explain to the client...
March 10, 2011 at 6:27 am
GilaMonster (3/9/2011)
Rajat Jaiswal-337252 (3/8/2011)
March 9, 2011 at 11:11 pm
Hi,
Actually situation is We have to install our database on client machine (end user machine) and obviously the end user have full SQL SERVER control but we want some way...
March 8, 2011 at 10:59 pm
Viewing 15 posts - 1 through 15 (of 44 total)