Viewing 15 posts - 6,646 through 6,660 (of 9,643 total)
RSCERO (12/10/2008)
December 10, 2008 at 8:23 am
Jonathan Kehayias (12/9/2008)
December 10, 2008 at 7:58 am
Good question Gail. I'd guess they don't want any changes made before the cutover to the new hardware?
December 10, 2008 at 7:29 am
I don't know that you would be able to do this using the tools you mention. A work around would be to do the copy to tables in the...
December 10, 2008 at 7:01 am
I agree with bitbucket. Using one of the tools our there is better than trying to write code yourself. What Barry suggests will work too, and I've modified...
December 10, 2008 at 6:53 am
SSIS physically moves data from one place to another. Views are stored queries that typically, Indexed views are different, do not physically store the data.
December 10, 2008 at 6:40 am
Brandie,
Here's a link to the Connect issue I created for it: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=335613. It was fixed in a cumulative update which I list in my blog, http://wiseman-wiseguy.blogspot.com/2008/07/ghost-of-sql-server-2005-database-mail.html
December 10, 2008 at 6:15 am
Looks like someone to some persons fell in love with UDF's.
Developer1 - "Hey why write it over and over again, we can encapsulate it in a UDF and...
December 9, 2008 at 1:31 pm
Please post some test data as well. Please see the links in my signature to see how to post the data to get better answers.
December 9, 2008 at 12:21 pm
Santhosh (12/9/2008)
Truncate is logged.
Basically you need to find a 3rd party log reader like Lumigent's LogExplorer[/url]
In reality you will probably need to restore the database to before the...
December 9, 2008 at 8:29 am
Roy Ernest (12/9/2008)
December 9, 2008 at 8:14 am
Unless you have a log reader then there probably isn't a way to see it. I don't think that would be included in the default trace that is running,...
December 9, 2008 at 7:51 am
The problem is in the bolded and underlined line of code:
SELECT sum(TotalCleared), ClearedDate
FROM (SELECT TotalCleared, CONVERT(char(10), ClearedDate, 101) AS ClearedDate
FROM CTE
...
December 9, 2008 at 7:21 am
Joel is right, you are not providing any criteria to the query so it is doing exactly what you have asked it to do.
December 9, 2008 at 7:13 am
Viewing 15 posts - 6,646 through 6,660 (of 9,643 total)