Viewing 15 posts - 5,506 through 5,520 (of 5,684 total)
Please provide a sample table and data. See the first link in my signature to help if you need it.
Short form: You'll be looking at creating a 'minutes' table,...
September 20, 2010 at 10:29 pm
David O (9/20/2010)
I've updated on the post with the full sql statement for spid 94.
The detailed trace file has everything the spid 94 did from the full minute before...
September 20, 2010 at 9:37 pm
An oddity for me, do you happen to still have eventsequence 7003193444, or was it completely unrelated to spids 91 and 94?
I'll save some researchers a bit of lookup for...
September 20, 2010 at 5:28 pm
Steve Jones - Editor (9/20/2010)
September 20, 2010 at 4:54 pm
No, there isn't... they've wrapped implicit transactions with explicit ones but didn't including anything extra. THIS would be different, however:
CREATE PROCEDURE ProcName
AS
BEGIN
BEGIN TRAN
INSERT Statement
INSERT Statement
COMMIT TRAN
END
September 20, 2010 at 4:16 pm
Edogg (9/20/2010)
http://msdn.microsoft.com/en-us/library/ms186865(v=SQL.100).aspx
The BACKUP LOG WITH NO_LOG and...
September 20, 2010 at 4:14 pm
GilaMonster (9/20/2010)
Or, if you don't want to believe me, how about someone who used to work on the storage engine team for SQL 2005.
Not that I don't believe you Gail,...
September 20, 2010 at 3:24 pm
Besides the easy way?
SSIS package and manually ran job.
Stored procedure with drop/create on the target table and then a linked server to bring the data down.
Restore the production DB locally...
September 20, 2010 at 2:52 pm
Steve Jones - Editor (9/20/2010)
Not surprising. Defaults can be a touch confusing and I could see why this might be an issue.
Heh, guess it's just me then. 🙂 ...
September 20, 2010 at 2:08 pm
Is it just me, or are some of the misconceptions in this post regarding default values a little unnerving?
http://www.sqlservercentral.com/Forums/Topic989167-391-1.aspx
Log shipping, lock and latch use, proper syntax for setting a variable...
September 20, 2010 at 1:47 pm
Phoenix, AZ, born and raised NY, and lived all over the country at one point or another.
And... mmmm... pizza and steaks. Dammit, it's not lunch yet, thanks guys.
September 20, 2010 at 11:11 am
sivaj2k (9/20/2010)
Hiif Database wants to insert the current date, you have to create trigger on that table.
The trigger is one way to handle it, but not the best choice. ...
September 20, 2010 at 10:22 am
IC, the answer to your question... is your question.
[Microsoft][ODBC SQL Server Driver][SQL Server]The log file for database 'Webdata2' is full. Back up the transaction log for the database to free...
September 20, 2010 at 10:13 am
NP, Coffee, I rarely get a chance to play with pivot so I figured I'd leverage a little MS Excel training. 🙂
Coffee, the result set I get from that is...
September 20, 2010 at 12:37 am
Viewing 15 posts - 5,506 through 5,520 (of 5,684 total)