Viewing 15 posts - 2,866 through 2,880 (of 4,271 total)
Ok, so let me make sure I understand.
1. Using UNC but direct references (ie: F:\dir\file.trc) also fail.
2. Opens ok in profiler.
3. SQL/Agent login as domain account.
4. File and directory have...
December 8, 2009 at 9:28 am
I think P Jones has a point, people who abuse this might get away with it once or twice but most of us have a formal process that we can...
December 8, 2009 at 9:13 am
32 or 64-bit SQL? If 64 I don't think you can get this to work..
CEWII
December 8, 2009 at 9:09 am
You want to keep in mind how SQL agent logs in.. so you might not want to absolutely deny all windows logins but deny all BUT a limited list..
CEWII
December 8, 2009 at 9:07 am
I generally start with the "yes" position. If I have some hard boundary I usually tell the requestor that I will try but I have another commitment that I...
December 8, 2009 at 9:04 am
Kindly let me know if i use ssms and query analyser where the temp file will bel created????.
Uh, what temp file?
CEWII
December 8, 2009 at 8:54 am
That is a good idea, the only issue I see is that it is not easy to truly guess it. But if you grow it big enough it wouldn't...
December 8, 2009 at 7:24 am
I guess a lot depends on what you are trying to prevent. I don't like to use tools like Access because they generate queries that I don't like. ...
December 8, 2009 at 7:23 am
You could try re-applying the service pack..
Hold on.. Are you using Query Analyzer to connect to SQL 2005 or SSMS? It just occurred to me that the title...
December 8, 2009 at 7:15 am
Gosta Munktell (12/8/2009)
If it is...
December 8, 2009 at 6:59 am
Excellent point, shrinking can be useful if you had a large transaction or other issue but if the file will normally grow to that large size over a day then...
December 8, 2009 at 6:52 am
No, within a dataflow you can use either an OLEDB destination or a SQL server destination. To get to the property we are looking for on the SQL Server...
December 8, 2009 at 6:49 am
No, it would be lost.
They are the NO_LOG more or less marks all the log entries and backed up and the truncate clears them.
CEWII
December 8, 2009 at 12:01 am
Is the database configured for full or simple recovery. I'm guessing full..
You could do:
DUMP TRANSACTION databasename WITH NO_LOG
GO
DUMP TRANSACTION databasename WITH TRUNCATE_ONLY
GO
That should clear up the log..
CEWII
December 7, 2009 at 11:09 pm
Viewing 15 posts - 2,866 through 2,880 (of 4,271 total)