Viewing 15 posts - 136 through 150 (of 227 total)
David,
I have some case-sensitive SQL Server 2000 databases, running Lawson 9. A few adjustments are needed in some of the script syntax, if anyone else is running a case-sensitive...
January 14, 2008 at 9:51 am
Ram,
English was the language that the people read and wrote that came from England in an effort to seek religious freedom from the Church of England. It has been...
January 11, 2008 at 9:16 am
More data on the book recommended by Jim Russell.
The Elements of Style, Fourth Edition (Paperback)
by William Strunk Jr. (Author), E. B. White (Author), Roger Angell (Foreword)
Paperback: 105 pages
Publisher:...
January 11, 2008 at 7:49 am
I agree with Matt, Steve and Scott.
After completing the MCITP (DBA) track, I will be pursuing an MBA. With a Bachelors in Information Technology and a Bachelors in Management...
January 11, 2008 at 7:32 am
David,
Thanks for taking the time to put this article together. I am looking forward to Parts 2 and 3!
January 11, 2008 at 6:44 am
ToyoGT,
Yes, sp_revokedbaccess can be used to drop users from a database.
Here is an article that gives code to identify Windows Users and SQL Users that are orphaned, and then gives...
January 10, 2008 at 6:55 am
Brandie and Markus,
I second the Thanks! Thanks! I have just begun to work with SSRS in SQL Server 2005. I have used Crystal Reports for quite a...
January 9, 2008 at 9:40 am
Steve,
I think an option 4 would be more viable for your situation. I have implemented the sqlcmd/.bat file via Windows Scheduler technique on our single SQL Server 2005 Express...
January 9, 2008 at 8:53 am
Here are some notes regarding Oprhaned Users:
-- Check for Orphaned Users for database .
USE ;
sp_change_users_login 'report';
-- If you already have a login id and password for this user,
--...
January 8, 2008 at 8:09 am
If any of the system databases need to be moved to another drive, the simple "detach" method will not work.
The Microsoft Knowledgebase article below is good for SQL Server 7,...
January 4, 2008 at 8:01 am
One method would be to build 150+ Linked Servers from your centralized SQL Server machine, that uses dynamic SQL to run the same query/stored procedure against all of your 150+...
January 4, 2008 at 7:50 am
Jeff,
No problem! It is people like you that have inspired me out of my "lurker" shell on this forum to get active and start replying to postings on how...
January 3, 2008 at 8:31 am
Thinky,
More notes for reference later.
Note that the @provstr line may have "wrapped" in the forum posting, it needs to be a single line when being created in T-SQL.
http://msdn2.microsoft.com/en-us/library/aa259589(SQL.80).aspx
Use...
January 3, 2008 at 8:25 am
Thinky,
Your Provider String looks to be lacking some information. Start here ...
Creating a linked server to DB2 using Microsoft OLE DB provider for DB2
http://support.microsoft.com/kb/222937
Also note that...
January 3, 2008 at 8:21 am
Several days of trial and error got us the proper driver combination.
I ran this by the other DBA as well. We have not have any issues with UNICODE with the...
January 2, 2008 at 1:03 pm
Viewing 15 posts - 136 through 150 (of 227 total)