Viewing 15 posts - 766 through 780 (of 1,166 total)
I don't think anything other than trigger in scenario...
In your trigger you can check the flag and rollback the transaction if the flag is ON and raise the error to...
December 28, 2006 at 3:35 pm
I did on my laptop, so far no issues...
December 28, 2006 at 3:27 pm
When you have multiple log files then you have shrink them individually...and virtual log file is not as large as the original log file size...
December 28, 2006 at 3:24 pm
May your coulumn has constraint, so you need to drop the constraint before changing the data type of the coulumn...
create
table tbldetail
December 28, 2006 at 3:14 pm
I think You can change in SSMS ...
Processor Licensing Model
http://www.microsoft.com/sql/howtobuy/processor.mspx
December 28, 2006 at 3:04 pm
It is always better to specify complete details when posting so that people can answer better...
December 28, 2006 at 11:54 am
Check "anonymous subscriptions" topic in BOL...
http://support.microsoft.com/kb/321822
http://msdn2.microsoft.com/en-us/library/aa237128(SQL.80).aspx
http://msdn2.microsoft.com/en-us/library/aa237125(sql.80).aspx
December 28, 2006 at 11:52 am
In that case you should use dynamic sql... prepare the statement with and execute it using EXEC () OR SP_EXECUTESQL...
December 28, 2006 at 11:42 am
What is the reason you want capture TDS packets?
I don't think there is any way in sql server but you can use NETWORK tools...
December 28, 2006 at 11:37 am
Consider watching these two counters: SQLServer:Memory Manager: Total Server Memory (KB) and SQLServer:Memory Manager: Target Server Memory (KB). The first counter, SQLServer:Memory Manager: Total Server Memory (KB), tells you how...
December 28, 2006 at 11:31 am
SQL Server 2005 Connectivity Issue Troubleshooting...
http://blogs.msdn.com/sql_protocols/archive/2005/10/22/483684.aspx
December 28, 2006 at 11:10 am
Begin tran and commit tran will not solve the problem...
You have to figure it out which procedure is causing tempdb to increase...
Run one by one in QA after enabling execution...
December 28, 2006 at 11:04 am
May be because you are trying to installing on SQL server 2005 CTP not the RTM....Just a gues...
December 28, 2006 at 10:57 am
Post this in RS section so that some one can answer from RS team..
December 28, 2006 at 10:42 am
Becareful when you run sp_repldone on production...If you execute sp_repldone manually, you can invalidate the order and consistency of delivered transactions. sp_repldone should only be used for troubleshooting replication as directed...
December 28, 2006 at 10:40 am
Viewing 15 posts - 766 through 780 (of 1,166 total)