Viewing 15 posts - 2,716 through 2,730 (of 3,738 total)
sqlquest2575 (7/10/2011)
Thanks Corgi for your post. As suggested, I opened the query in the design mode and found 3 tables and yes those tables are already migrated.
So the next...
July 10, 2011 at 7:39 pm
Someone ask me if Kaplan's Self Test Software and Transender violate the NDA?
Your input is greatly appreciated.
July 10, 2011 at 1:11 pm
sqlquest2575 (7/10/2011)
July 10, 2011 at 12:58 pm
http://msdn.microsoft.com/en-us/library/ms190439.aspx
http://sqltutorials.blogspot.com/2008/03/with-recompile-re-compile-execution.html
Functions are not pre-compiled.
http://www.sql-server-performance.com/2006/stored-procedure-function/
July 10, 2011 at 12:29 pm
I take it that you resolved you problem since it has been months from your initial post? 😀
July 10, 2011 at 12:19 pm
I agree that the Microsoft Training Kits are very good and you get a 15% discount on the exam
I usually supplement the Microsoft Material with most of the Sybex Books.
I...
July 10, 2011 at 12:02 pm
Couldn't you add a task with @@SERVERNAME.
If the correct server is not returned then exit the package, otherwise continue or execute a child package.
July 10, 2011 at 11:26 am
pujain (6/22/2011)
writing a trigger is always a option for me but wanted to check if we have something else than trigger.
I think that something like Lowell option would work for...
July 10, 2011 at 10:59 am
george sibbald (6/22/2011)
why don't you want to use a DDL trigger?
I was wondering how you can prevent a member of the db_owner from from disabling or altering the trigger?:-)
July 10, 2011 at 10:53 am
What permissions does the Account that was used to create the DSN?
When you created the DSN did you select the default database as the on with the table that you...
July 10, 2011 at 10:09 am
I had a situation where an Admin was installing a Vendor Database application.
He was setting all of the users and the Vendor Instructions instructed him to make all users members...
July 10, 2011 at 9:35 am
In my opinion it is good that if your an Admin on a box you no longer inherit the sysadmin role.
Every System Administrator had full control of SQL Server by...
July 9, 2011 at 6:51 pm
By default, the local Windows Group BUILTIN\Administrator is no longer included in the SQL Server sysadmin fixed server role on new SQL Server 2008 installations.
Regards,
WC
July 9, 2011 at 11:10 am
Suggested Max Memory Settings for SQL Server 2005/2008
July 8, 2011 at 5:51 pm
Does the role that she belongs to have a deny to that object or is that role a member of the db_denydatareader or something to that effect? What happens...
July 8, 2011 at 5:37 pm
Viewing 15 posts - 2,716 through 2,730 (of 3,738 total)