Viewing 15 posts - 271 through 285 (of 2,647 total)
I don't really use DTA, so I cannot comment on that. However, I can tell you that this blog post by Gail Shaw may help you to increase performance...
August 21, 2012 at 9:34 am
1. Your format file specifies #bytes, not characters. Since it is nvarchar, you need to double them in your format file.
2. Your row terminator is not "\r", it is...
August 21, 2012 at 9:22 am
Rainmaker097 (8/20/2012)
But is there any way I can display...
August 20, 2012 at 1:50 pm
If you are purging more data than you are keeping, and you have a maintenance window... You can move the data that you want to keep to a new table,...
August 20, 2012 at 1:48 pm
Rainmaker097 (8/20/2012)
Hi,if it is only going to display 8000 chars, what is the point of using a column that can have more than 8000 chars?
Am I "select"ing it wrong?
RM
Are you...
August 20, 2012 at 1:44 pm
Perry Whittle (8/15/2012)
Manie Verster (8/15/2012)
Yes! I know but how and to what? I don't have a cooking clue. Can you help maybe, Perry?
as Anthony said above really.
You could also use...
August 20, 2012 at 1:41 pm
sqlfriends (8/20/2012)
Did you try to restore it? That will give you your answer... HINT: Can you restore a backup from 1 instance to a different one even though the backupset...
August 20, 2012 at 1:01 pm
sqlfriends (8/20/2012)
for example I did a full backup of database, later I found out I need to more explicitly name...
August 20, 2012 at 12:14 pm
Nita Reddy (8/20/2012)
Server Name is HYP_Medical.
I installed SQL 2005 using Default Instance name called HYP_Medical 1 year back now...
August 20, 2012 at 11:36 am
Lowell (8/20/2012)
robert.gerald.taylor (8/20/2012)
GRANT ALTER ON SCHEMA::Reporting TO...
August 20, 2012 at 9:15 am
SqlServerTroubleMaker (8/19/2012)
Connecting to named sql server instance (lets call it [DEV-SQL\SqlKing]) version 10.0.4279
--> Cumulative update package 3 (CU3) for SQL Server 2008 Service Pack 2
New...
August 20, 2012 at 9:09 am
Welsh Corgi (8/20/2012)
SQLKnowItAll (8/20/2012)
Welsh Corgi (8/19/2012)
I recently upgraded the Production Server from Standard to Enterprise.
When the paperwork was...
August 20, 2012 at 8:24 am
Welsh Corgi (8/19/2012)
I recently upgraded the Production Server from Standard to Enterprise.
When the paperwork was submitted I questioned...
August 20, 2012 at 5:53 am
If you don't have the Catalog table in your ReportServer database, something is wrong... Are you sure you are running this on the right server?
August 16, 2012 at 1:52 pm
guerillaunit (8/16/2012)
Is there a reason why you would need to drop the nonclustered indexes after truncating a table and before inserting new data to prevent fragmentation? I am...
August 16, 2012 at 11:45 am
Viewing 15 posts - 271 through 285 (of 2,647 total)