Viewing 15 posts - 16 through 30 (of 83 total)
You might want to consider the use of roles and groups.
A role is a SQL Server level principle which can be assigned rights.
You then assign the role...
December 8, 2006 at 3:52 am
Peter,
The I think the reason your not getting the parameter back is because your stored procedure breaks at the line where the error is. I.e. the second insert.
As...
November 27, 2006 at 6:50 am
My usage of this site and community is largely concerned with SQL Server matters which do not refer to any third party tools at all. This to me...
November 24, 2006 at 2:54 am
PASS certification is definitely a good idea. As long as they covered a separate part of the skill-set, such as troubleshooting techniques.
I am now a certified...
November 22, 2006 at 7:27 am
Reasonably sure that some of our developers have had issues getting both to sit on the same box before. I'm think they had to recompile some 1.1 code...
November 15, 2006 at 8:46 am
Totally agree with this approach. You do not want to alter the original system sprocs. This would lead to maintainability issues for subsequent DBAs when these...
November 15, 2006 at 2:28 am
Thanks Guys for all your help over the last couple of years. I have gone from total SQL newbie to secret Guru in my little world (secret is...
November 14, 2006 at 9:58 am
Thanks Guys for all your help over the last couple of years. I have gone from total SQL newbie to secret Guru in my little world (secret is...
November 14, 2006 at 9:57 am
Enterprise Manager can be used to create scripts for publications through (I think) the replication monitor.
Right click on several nodes until you find the scripting option.
This scripts the publication and...
November 14, 2006 at 8:10 am
I would recommend looking at a book by Chris Date on FK stuff (or any basic Database design book) to help you get the normalisation of the tables correct.
Or, for...
November 8, 2006 at 3:45 am
You might want to consider breaking the queries down into chunks using temp tables(or permanent tables you later drop). you would then be able to do some actions in...
November 3, 2006 at 4:56 am
Don't forget to allow space for the OS. SQL can steal it all creating a whole host of problems.
November 3, 2006 at 4:52 am
Mostly I used BOL 2005 and SQL server Central.
Buying questions are a waste of time (I used measure-up) in my experience.
The free web courses (MS Learning) are good but probably...
November 1, 2006 at 7:50 am
ms_repl_tran_version is created in order for replication to track versions of rows so it can know which is the latest when using updateable subscriptions.
I don't think there is a work...
October 31, 2006 at 2:48 am
How did you create the duplicate?
October 30, 2006 at 3:05 am
Viewing 15 posts - 16 through 30 (of 83 total)