Viewing 15 posts - 2,056 through 2,070 (of 7,498 total)
what's the rowlength / setsize of the returned set ?
May 9, 2011 at 10:44 am
checksum can produce duplicates !
So, even when using a checksum column to identify a row, best is to still add e.g. primary key columns to be sure you are modifying...
May 4, 2011 at 2:06 pm
SQLRNNR (5/4/2011)
ALZDBA (5/4/2011)
Failedconnectiontracker is using sqlserver event notifications to capture all login info.
We have a dba database on every sqlserver instance to host all sysadmin/dba systems...
May 4, 2011 at 2:03 pm
I'm glad you managed to use the failedconnectiontracker 😉
So it must be a local process, non sqlagent direct related.
( i mean a sqlagent job has recognisable text sqlagent in the...
May 4, 2011 at 2:01 pm
that may be normal, depending on the size of your table.
The clustered index actually holds the data rows at its leaf level (bottom level)
So, if you drop the clustered index,...
May 4, 2011 at 1:53 pm
Maybe this can help out.
Failedconnectiontracker is using sqlserver event notifications to capture all login info.
We have a dba database on every sqlserver instance to host all sysadmin/dba systems stuff.
In the...
May 4, 2011 at 10:28 am
- can you post @@version information of your sql2005 instance?
- did you perform post migration maintenance on the db ?
( DBCC CHECKDB (0) WITH ALL_ERRORMSGS, DATA_PURITY;
...
May 4, 2011 at 8:05 am
no !
e.g. db_datareader database group is allowed to read all data of all tables and views
do you have the needed authority to view that info ?
May 4, 2011 at 8:00 am
Ninja's_RGR'us (5/4/2011)
This is advanced stuff and you should not start that project under pressure. And...
May 4, 2011 at 7:50 am
bitbucket-25253 (5/4/2011)
Jeff Moden (5/3/2011)
mtassin (5/3/2011)
WayneS (5/3/2011)
ChrisM@home (5/3/2011)
May 4, 2011 at 7:05 am
Gianluca Sartori (5/3/2011)
I got it working after a long fight with permissions, policies, and registry keys.
...and I thought that a DBA didn't need to be...
May 3, 2011 at 11:48 pm
Jeff Moden (5/3/2011)
ALZDBA (5/3/2011)
For sure it would have...
May 3, 2011 at 7:53 am
It's a pity some obscure character caught the attention of CNN, Bloomberg, Al Jazera, ... the day your great article got published.
For sure it would have been a headliner...
May 3, 2011 at 12:40 am
IMO this thread http://www.sqlservercentral.com/Forums/Topic1044430-391-1.aspx is a very good ref on DISK/SAN troubleshooting.
May 1, 2011 at 10:57 am
Viewing 15 posts - 2,056 through 2,070 (of 7,498 total)