Viewing 15 posts - 616 through 630 (of 1,271 total)
Personally, I prefer to use CharIndex when you need to find a simple string with no pattern matching. Otherwise, I prefer square brackets over the escape clause.
The reason you need...
April 16, 2009 at 2:35 am
There is no difference in licnesing between 64 bit and 32 bit. If you are using processor based licensing, your license must be for the larger of the two machines....
April 14, 2009 at 9:38 am
There is an easier way to do this. Just use xp_enumerrorlogs.
See my blog post on the subject: Error Logs: Part Two
Also see Error Logs: Part I which also shows you...
April 14, 2009 at 9:31 am
Steve Jones - Editor (4/10/2009)
April 10, 2009 at 10:55 am
WILLIAM MITCHELL (4/10/2009)
The reply indicates that the poster fully understands your question.
If the poster does not fully understand your question, they ask for clarification or relevant details.
The...
April 10, 2009 at 10:45 am
I'm not an MVP, and I couldn't really tell you what it takes to become one. But I know from my years working at Microsoft that Microsoft takes the MVP...
April 9, 2009 at 11:03 pm
Just a thought, but does the database have a full text catalog that you're not counting in the size of the datbase but is in the backup?
April 9, 2009 at 10:33 pm
There is no difference in the database files between 32 bit and 64 bit so you can mix and match architecture in any configuration.
Like Matt said, you're going to take...
April 7, 2009 at 9:52 pm
March 30, 2009 at 1:47 pm
Mohit (3/30/2009)
Robert Davis (3/30/2009)
Based...
March 30, 2009 at 12:10 pm
francis (3/30/2009)
March 30, 2009 at 10:14 am
Mohit (3/30/2009)
But I will note databases...
March 30, 2009 at 10:07 am
Mohit (3/28/2009)
For backups, use Maintenance plans ...
- The maintenance plans are intelligent that is, if the database is mirrored partner it will all database that are set as mirroring even...
March 30, 2009 at 12:02 am
FYI: I referenced this article on my blog: http://www.sqlservercentral.com/blogs/robert_davis/archive/2009/03/29/Do-You-Support-the-Ancient-Ones.aspx
March 29, 2009 at 11:00 am
By your description above, it sounds like you are not using a witness server. As such, I am assuming that you are running mirroring asynchronously.For this setup, there is a...
March 23, 2009 at 10:35 am
Viewing 15 posts - 616 through 630 (of 1,271 total)