Viewing 15 posts - 16 through 30 (of 33 total)
From article: - "Prior to SQL Server 2008 the only way to send data to the database was to send it in one row at a time"
Really misleading statement. You...
May 28, 2009 at 7:23 am
Mitch Miller (5/21/2009)
LP (5/21/2009)
May 21, 2009 at 11:55 am
Mike Dougherty (5/21/2009)
May 21, 2009 at 9:24 am
I see one problem with this solution. You can store only 64 values (bigint 2^63 ) And even with numeric data type there are limitations.
This is where you need to...
May 21, 2009 at 6:37 am
The only one problem, in multi-user environment and with quick transactions the time between taking is with sp_who and looping through those ids is enough that process is ended and...
July 18, 2008 at 6:27 am
This method is good. But it adding 6 additional characters to the real data value. It means, suddenly your string will not fit into allocated number of characters. You have...
December 5, 2007 at 6:10 am
"For per-second counters, this value is cumulative. The rate value must be calculated by sampling the value at discrete time intervals. The difference between any two successive sample values is...
October 10, 2007 at 6:44 am
There is a not explanation how to work with scheduled DTS packages between different servers. If each one has a different agent service account login there is no ability to use...
March 30, 2006 at 7:50 am
Here is the article http://www.sqlservercentral.com/columnists/lPeysakhovich/automatenewloginscreation.asp
Automate New Logins Creation. But it can be done the same way to update the passwords
LP.
March 3, 2006 at 6:24 am
Agreed with Steve. This method may work for the author but this is not the one I would choose and recommend. This is the last resort if nothing else can be...
January 17, 2006 at 8:27 am
Agreed with previous comments. I always using -E switch to get an integrated security.
December 20, 2005 at 7:28 am
It is related to the dates where portion for time is not used. For example: '10/21/2005 00:00:00:000' and many records have the same date. Otherwise index is fine
October 21, 2005 at 1:55 pm
Thanks, but I clearly indicated the usage of the extended stored procedure at the beginning of the article:
In addition, there is an article written by Gregory A. Larsen.
October 18, 2005 at 7:21 am
#11-13 can be implemented few different ways:
1. Use Log reader software. Especially for #11.
2. Use completely third party audit solution. For example, Lumigent Entegra.
3. Use alerts to separate actual insert/update/delete with...
October 11, 2005 at 7:00 am
Sorry if you consider the comments so offensive. I am an author and I have been a developer for about 10 years before become an architect/DBA. And I did the...
October 10, 2005 at 10:29 am
Viewing 15 posts - 16 through 30 (of 33 total)