Viewing 15 posts - 1 through 15 (of 25 total)
Cheers Paul. I went for a table lock because the base reference which determines which sequence to use is dynamic, so there's no guarantee that a row for that sequence...
December 4, 2012 at 3:52 am
SQL Kiwi (12/4/2012)
http://sqlblog.com/blogs/paul_white/archive/2010/10/19/sequence-tables.aspx
Is that more complicated than it needs to be for my scenario? I can guarantee that the transaction volume will never increase to the point performance will be...
December 4, 2012 at 3:28 am
Am I missing something here? I hadn't seen SELECT FIRST before so I tried it, but SQL 2008 won't recognise it. Can't find it in books online either.
Kev
March 8, 2010 at 5:40 am
kll (1/20/2010)
The @@identity problem should be a no-problem, if people just remembered to use scope_identity() instead. It will return the correct identity value...
January 20, 2010 at 3:47 am
Paul Marriott-463518 (1/19/2010)
January 20, 2010 at 3:32 am
I've taken a closer look - the library that is used for registry access opens all keys with full access. I've modified it to allow read only access. We'll get...
March 22, 2009 at 5:35 am
Lowell (3/21/2009)
it might be like an application my shop had:the app stored the connection information in an encrypted format in the registry HKEY\LocalMachine\software;
You know, I think you're on to...
March 22, 2009 at 4:24 am
Mohit (3/21/2009)
A windows account can be granted connect permissions then further permissions to its database.
Yes, we generally recommend windows security, and this is in fact the first client that...
March 21, 2009 at 6:21 pm
Gift Peddie (3/21/2009)
VB6 may be the reason so your employer needs to either move the application to .NET or deploy in virtual machine,
.Net is on the cards, but the...
March 21, 2009 at 6:14 pm
Oops, I've just been informed it's a VB6 app, not a .Net app!
March 21, 2009 at 5:24 am
> Another "we all hate cursors" article
Not necessarilly. I'm not disputing that cursors have their uses, and when you need one then you need one. However it's certainly worth...
December 7, 2006 at 7:04 am
Better still, rewrite usp_Process to optionally accept tabular data, either via a table variable or XML. Okay, not always possible, but when it is it will be far more efficient...
December 7, 2006 at 2:49 am
Am I missing something (like it wasn't meant to be perhaps), or has this not actually got anything to do with report server? I initially saw reporting services 2005 and...
September 5, 2006 at 7:20 am
> Never mind the features, why is SQL Management Studio so pathetically slow!
> Even if you put the -nosplash switch on the SQLWB.EXE it takes an age to...
March 16, 2006 at 8:25 am
Viewing 15 posts - 1 through 15 (of 25 total)