Viewing 15 posts - 2,791 through 2,805 (of 2,839 total)
You probably did not give access for this user to Midas DB. Add this user Public rights to the Midas DB.
Once you have done that, in the DB node (Midas),...
January 8, 2008 at 10:18 am
Grant Fritchey (1/8/2008)
I still like the beating option though.
I second that notion. 😀
And thanks for the info Grant. Never knew that...
January 8, 2008 at 6:24 am
It depends on what you are planning to do with the user that was created. The best way would be to add the user to a role and then give...
January 8, 2008 at 6:10 am
We do not give anyone access to our production DB. None of the DBA will allow any developer to have access to the production DB. Especially security. DBA know what...
January 7, 2008 at 10:58 am
For me the rule is
NEVER put the website (Even if it is Intranet) on the same box as a DB Server.
When allocating a server (For Web or for DB)...
January 7, 2008 at 8:39 am
Our QA IPSAN has always been slow. Our production SAN is very very quick. But I dont want to take a risk right now with out testing the VMWare very...
January 7, 2008 at 8:23 am
If you set the Mode in 2000 compatability, you wont get any gain from the SQL 2005. It will be working just like any other 2000 DB.
I have the same...
January 7, 2008 at 8:15 am
We are on an IPSAN for the QA. Min Disk space 600 Gig for virtual machine. When we do a restore it takes way too much time. Sometimes it does...
January 7, 2008 at 8:09 am
I am not sure if you are talking about auditing or data integrity. If it is data integrity, you can acheive it by using transactions. Use primary key and foreign...
January 4, 2008 at 8:03 am
I am not an expert in replication but snapshot replication is done on specific tables that you choose.
January 3, 2008 at 11:30 am
Steve has put it better than me..:-)
January 3, 2008 at 9:39 am
Your ides about how to get knowledge in SQL DBA work seems to be pretty good.
Setting up a test Server and doing some pet projects will definetly help you....
January 3, 2008 at 9:37 am
Embedded SQLs are SQLs that are written directly in the application code. Usually a programmer will access the database using Stored Procs, but some of them writes the SQL code...
January 3, 2008 at 9:32 am
We have been experimenting with VMWare on our QA. I cannot give any good feedbacks on it.
The performance kinda sucks. (Atleast in our set up)
January 3, 2008 at 9:25 am
Embedded SQLs are SQLs written in the Application code itself. Usually everyone writes stored proc and calls them from application but some programmers like to code the sqls in the...
January 3, 2008 at 8:01 am
Viewing 15 posts - 2,791 through 2,805 (of 2,839 total)