Viewing 15 posts - 1,906 through 1,920 (of 5,103 total)
I have been through this myself and the solution was to Turn HT OFF on HP servers based on Xeon Procs!
Hope this helps.
* Noel
July 11, 2007 at 1:39 pm
you need to tell us what do you do for the multiple values of 'h' throught 'z', MIN, MAX,...etc?
EXAMPLE:
nsert into i_tbl(a,b,c,d,e,f,g,h,i...z)
Select a,b,c,d,e,f,g, MAX(h),MAX(i)...MAX(z)
from s_view
group by a,b,c,d,e,f,g
Cheers,
* Noel
July 11, 2007 at 1:34 pm
you have to use an stored procedure. SQL Server Functions are not meant for DML.
* Noel
July 11, 2007 at 1:31 pm
Did you check that MSDTC is "ON" on the server where it fails ?
* Noel
July 11, 2007 at 1:30 pm
SQL Server 2005 *IS* in my opinion the buggiest! Of course is a "massive" change from what 2000 offered ![]()
* Noel
July 11, 2007 at 1:10 pm
Here is another, if you do defrag don't forget to update statistics when you are done ![]()
* Noel
July 10, 2007 at 11:59 am
Modify the appropriate replication stored procedures to do just that ?
* Noel
July 10, 2007 at 11:45 am
sounds like a little bit excessive but If the aim was to minimize restore time then that can explain why.
Hopefully that was the purpose, but if that wasn't you are...
* Noel
July 10, 2007 at 11:41 am
just verify that FTP is *done* by the time BCP starts!
* Noel
July 9, 2007 at 4:36 pm
Oh and sp_rev_logins does *NOT* check for windows_policy so if you have a password that won't pass your windows policy the script will fail unless you configure the output to...
* Noel
July 9, 2007 at 4:27 pm
you can also modify sp_rev_logins to generate the "DEFAULT_SCHEMA" automatically to "dbo".
It will save you a "ton" of work ![]()
* Noel
July 9, 2007 at 4:25 pm
On the other hand DBCC INDEXDEFRAG does requires to update the statistics afterwards!
* Noel
July 9, 2007 at 4:20 pm
We can argue about "wording" of these things for hours if you want.
The reason M$ used IDENTITY_INSERT ON instead of DISABLE_IDENTITY "hopefully" can justify *my* way of thinking about...
* Noel
July 9, 2007 at 4:09 pm
July 9, 2007 at 3:59 pm
or:
exec sp_update_resume
followed by
exec sp_distribute_resume
* Noel
July 9, 2007 at 3:56 pm
Viewing 15 posts - 1,906 through 1,920 (of 5,103 total)