Viewing 15 posts - 1,306 through 1,320 (of 5,103 total)
This: http://support.microsoft.com/kb/325335 is the official way... funny it says the review happened in 2007 but it dos not mentions 2005 😉
* Noel
January 15, 2008 at 11:50 am
For Every Restore operation you will get those 3 entries recorded in the log...
* Noel
January 15, 2008 at 11:42 am
Great Article! I am doing this kind of auditing on all my servers.
I would *not* filter by database Id though. cross-database queries can come from the "unexpected" master,tempdb,etc... system databases....
* Noel
January 15, 2008 at 11:38 am
Microsoft did the 20K+ sprocs. As does several ERP vendors IIRC. Not necessarily bad.:)
Well I would re-write that quote this way:
"If it was written by M$ it is NOT necessarily...
* Noel
January 14, 2008 at 2:44 pm
When you do COLLATE it DOES *NOT* change the data that is *already* there. Keneth is right, BCP-OUT->Rebuild->BCP-IN is the way to go!
Cheers,
* Noel
January 14, 2008 at 1:50 pm
20,000 SP ?????.... that is BAD!!! I believe whoever created such thing did a lousy job.
By the way after database 99 many stats are not gathered by SQL Server.
* Noel
January 14, 2008 at 1:45 pm
select ...
join tableA a join tableB b on ltrim(a.CustomerID) = ltrim(b.CustomerID)
Now, I would advice to cleanup the data instead of following this route
* Noel
January 14, 2008 at 1:35 pm
Markus (1/10/2008)
* Noel
January 10, 2008 at 2:19 pm
By the way the "free" "Instances" are only for Enterprise Edition...
* Noel
January 10, 2008 at 2:15 pm
If you licence SQL Server per processor it does not matter how many instances you run.
Just my $0.02
* Noel
January 10, 2008 at 1:48 pm
sudhakara (12/26/2007)
why view does not allow order by clause while creating unless there is no top ?
And that behaviour has changed with the 2005 release. Even though you...
* Noel
December 27, 2007 at 3:36 pm
What are Snapshots? In Oracle, Snapshots were a precursor to materialized views, similar (in theory) to SQL 2000's indexed view...which never quite worked.
Database Snapshots are just sparse files that mimic...
* Noel
December 27, 2007 at 3:07 pm
SriSun (12/11/2007)
Not all times I get primary key voilation or deadlock, but I am sure that I get any of these errors when I ran...
* Noel
December 27, 2007 at 2:55 pm
I too set them up at those values and *always* specify the max memory BTW.
* Noel
December 27, 2007 at 10:12 am
You should create an ALIAS for the subscriber to eliminate the need for the hardcoded IP. That way if the subscriber changes IP you just need to update the alias.
* Noel
December 27, 2007 at 10:06 am
Viewing 15 posts - 1,306 through 1,320 (of 5,103 total)