Viewing 15 posts - 15,616 through 15,630 (of 26,486 total)
Paul White NZ (5/5/2010)
tosscrosby (5/5/2010)
A bummer of a day...
Sounds all too familiar. Work sucks - and almost everywhere is the same, eventually.
Have I cheered you up at...
May 5, 2010 at 1:34 pm
Looks about what I came up with, just not formatted the same.
Does this query now return your expected results?
May 5, 2010 at 1:32 pm
Cross post, please respond here.
Please don't cross post, it will only fragment responses.
May 5, 2010 at 1:31 pm
mckinnj1 (5/5/2010)
We are trying to restore current data to a backup that is a month old using the latest ldf file.
So you are saying you don't have the t-log backups,...
May 5, 2010 at 1:29 pm
Because your WHERE clause is essentially turning the OUTER JOINs into INNER JOINs. Move the criteria from the WHERE clause to the appropriate ON clause in the OUTER JOINS.
And...
May 5, 2010 at 1:25 pm
tosscrosby (5/5/2010)
CirquedeSQLeil (5/5/2010)
tosscrosby (5/5/2010)
CirquedeSQLeil (5/5/2010)
And all I was trying to do was reinforce what you wrote.
That's known as the royal "suck up" around here! :w00t:
Geez thanks
Just...
May 5, 2010 at 1:20 pm
Help us help you. Please provide the DDL (CREATE TABLE statement(s)) for the table(s), sample data (series of INSERT INTO tablename statements) the represents your problem domain, expected results...
May 5, 2010 at 1:06 pm
Yes. If you are using any SQL Server 2005 EE features, you won't be able to modify those objects on the SE, iirc what I have read.
May 5, 2010 at 1:02 pm
It would be nice if you were more descriptive in asking your question.
Yes, a database using the SIMPLE recovery model can still have its log file grow. it is...
May 5, 2010 at 12:57 pm
Of course, after I post my answer, I have to come back and ask you for clarification as to what you are trying to accomplish.
May 5, 2010 at 12:46 pm
If you have all the transaction log backup files since the full backup you want to use for the restore, yes.
May 5, 2010 at 12:44 pm
Have to ask, any performance issues regarding queries and reports? Is your only concern that the system is not using all the memory available?
May 5, 2010 at 12:43 pm
sql.kishore1 (5/5/2010)
ThankyouMark
AND
Lynn Pettis
Your welcome. I'm leaving as an exercise to you turn the code into an inline table valued function (it will perform much better than a scalar...
May 5, 2010 at 12:38 pm
Tamim (5/5/2010)
guys,why i cant use EXEC in table value function!!!!!
any suggestions
thanks in advance
Table valued functions can not cause side effects. Using dynamic sql inside a function could violate that...
May 5, 2010 at 12:23 pm
Viewing 15 posts - 15,616 through 15,630 (of 26,486 total)