Viewing 15 posts - 30,526 through 30,540 (of 39,919 total)
Or build dynamic SQL. For a case like this (CREATE DATABASE command), I wouldn't worry about any performance issues.
December 10, 2007 at 1:17 pm
What is the report doing? Can you run Profiler and try to determine if this is a problem with the db engine or SSRS?
December 10, 2007 at 1:16 pm
If this is important, production data, call PSS at Microsoft.
DO NOT RUN ALLOW_DATA_LOSS as it's behavior is unpredictable and does not necessarily help.
This is a complex issue, and we can't...
December 10, 2007 at 10:41 am
The DTA is not bad, but it depends on the workload you run through it. Like any tool, it's examining the queries and making guesses. You want to be sure...
December 10, 2007 at 10:39 am
Rudy,
Have to disagree with you there. I think trust is important because it comes from someone being professional in their job. Process and procedures are the same way. There are...
December 10, 2007 at 8:41 am
That appears to be the case here as well. I can use indexing to move the tables to new filegroups, but can't move metadata. Can't use DBCC to get things...
December 10, 2007 at 8:37 am
EMPTYFILE should work for NDFs, but not sure it works in MDFs. I thought that error'd out because you can't remove an MDF, nor create a 2nd.
Hmmm, guess I need...
December 10, 2007 at 7:38 am
Once you save the maintenance plan, open it again by double clicking it. You will get a "toolbox" in the lower left.
The History Cleanup task deletes meta data in the...
December 10, 2007 at 7:35 am
How is it updating? Is it doing a transformation? Is it an Execute SQL task? You haven't really explained how it works.
If it's just using SQL, why not use a...
December 10, 2007 at 7:31 am
Don't think the above will move the mdf. Will get the data and objects out, but system tables, metadata, etc. are stuck until you detach/attach.
December 10, 2007 at 7:29 am
CAST is not a translater. Meaning if you have a Japanese kanji character in Unicode, SQL Server has no way to CAST that to varchar. You're asking to somehow translate...
December 10, 2007 at 7:28 am
You would need some application to query the database and then stream the image data and view it. These are just bits to SQL Server, it has no idea how...
December 10, 2007 at 7:25 am
Richard,
Nice editorial and that's a very interesting SQL product. There are lots of interesting applications for a product just like this and I wish Dr. Hipp the best of luck.
It...
December 9, 2007 at 9:12 pm
You'd need to post more information about what you are doing or what the code is.
There could be any number of problems. If you run Profiler with your login credentials,...
December 9, 2007 at 9:10 pm
Viewing 15 posts - 30,526 through 30,540 (of 39,919 total)