Viewing 15 posts - 151 through 165 (of 236 total)
Hi,
my system uses a third-party application to access and update the data. I write as much of the business logic as I can in SQLServer as SPs and UDFs. Recently...
If it ain't broke, don't fix it...
January 22, 2006 at 9:01 am
Hi,
I may have missed something, but I am wondering why you are using a temporary table rather than a variable to hold the maximum sequence value?
You can use a...
If it ain't broke, don't fix it...
January 22, 2006 at 8:22 am
Hi Hans,
If seems that Babelfish is not a perfect translator, it produced a sort of Spenglish (...mall pillows of discs...?) which certainly brightened a dull Sunday in operations 
If it ain't broke, don't fix it...
January 22, 2006 at 6:40 am
Any object created by a login with the server role 'System Administrators' will belong to the dbo schema.
However, you may not want to give your user this role!
BOL says...
"The dbo...
If it ain't broke, don't fix it...
January 22, 2006 at 5:39 am
Did you try the troubleshooting tips and suggestions on the Access is Denied page, they specifically mention hotmail?
David
If it ain't broke, don't fix it...
January 22, 2006 at 5:34 am
Hi Ramsfield,
I suspect this might be a permissions issue as well.
The error message you quote looks like the one for the Job rather than for step 1. If you tick the...
If it ain't broke, don't fix it...
January 20, 2006 at 2:16 am
Hi,
I was wondering if this is a security issue. I looked in BOL but couldn't find any information regarding the security context in which a trigger operates, so perhaps I...
If it ain't broke, don't fix it...
January 19, 2006 at 1:59 am
Hi there,
being a GUI sort of person
, I would probably use the DTS export wizard in EM, select the Copy Objects and Data...
If it ain't broke, don't fix it...
January 19, 2006 at 1:45 am
Hi Michael,
thank you for that timely advice. Having taken some backups of the databases to another server, I rebooted the server, finding that Windows 2000 had automatically scheduled a chkdsk...
If it ain't broke, don't fix it...
January 19, 2006 at 1:34 am
Merry Christmas from the UK as well!
For Christmas I am going to a remote island on the other side of the world, where there are no mobile phones, and just...
If it ain't broke, don't fix it...
December 23, 2005 at 2:36 am
I wonder if the problem is revealed by the first and last of these error messages .
Could not connect because the maximum number of '4' user connections has already...
If it ain't broke, don't fix it...
December 23, 2005 at 2:19 am
I suspect you could use xp_cmdshell and the net start <servicename> command, although I haven't tried it. You could use net stop <servicename> to stop the service afterwards. Alternatively you could...
If it ain't broke, don't fix it...
December 23, 2005 at 1:55 am
Thanks for all your help folks, I will try Bert's suggestion of a UDF version of GetDate()
Merry Christmas
David
If it ain't broke, don't fix it...
December 22, 2005 at 8:23 am
Hi,
We have six or seven databases running and use two separate SCSI disk controllers and three logical drives.
Controller 1 has:
Drive1: Operating System and Software, and backup repository on two mirrored 80gb drives
Drive2:...
If it ain't broke, don't fix it...
December 22, 2005 at 6:33 am
PerfMon has a Transactions/sec count in the SQLServer : Databases object, you can log a total or by database.
David
If it ain't broke, don't fix it...
December 22, 2005 at 6:07 am
Viewing 15 posts - 151 through 165 (of 236 total)