Viewing 15 posts - 76 through 90 (of 91 total)
I agree with bkelly on suggestion number 1- writing a VBScript. This is how we generate static web pages (ultimately by calling a function that was residing on an...
November 18, 2002 at 12:30 pm
If you don't mind being evil (like me), just set a limit on the size you want the logfile to grow to. It sounds like it wouldn't be too...
November 15, 2002 at 9:35 am
While it's unlikely to have changed, check the server registration properties in enterprise manager to make sure "Show system database and system objects" is checked.
Also check the registration properties to...
November 15, 2002 at 9:26 am
I think it's interesting that in SQL Server 6.5 you have the ability restore specific tables only, if you wish. I'm not going to say anything positive about SQL...
November 15, 2002 at 9:12 am
An excellent idea, I use this for backups of all OLTP systems in my company. I have one idea, an add-on you may want to add to your package....
September 30, 2002 at 12:23 pm
I'd first check the file growth like npeeters and antares686 mentioned. It's also possible your performance problems stem from index page splitting. Is it possible for you to...
September 26, 2002 at 10:36 am
If you can ping, and you get an error indicating "Not associated with a trusted connection" it seems like you have network connectivity. Can you connect using an SQL...
September 19, 2002 at 4:39 pm
As a dba with very little programming experience I've used sql-dmo in the past in a vb6 app doing the simple task of comparing and promoting tables and stored procedures...
August 29, 2002 at 9:49 am
Touch Type, 60-80 WPM. 80 if you count backspace =)
June 20, 2002 at 9:02 am
Interesting.. I have a few general comments on object naming. I use a very similar naming convention for my backup files, which helps tremendously when faced with restoring...
May 23, 2002 at 11:35 am
you might be a dba if you..
... handle problematic users by putting a trigger on sysprocesses, killing any connection that user tries to make
March 28, 2002 at 11:48 am
... you wish Bank of America would let you download your (personal) statements in XML.
March 28, 2002 at 10:52 am
Another comment. If you DON'T have terminal services set up, and you don't feel like installing a free third party (security hole) application on your server, simply use xp_cmdshell...
March 28, 2002 at 9:19 am
Regarding the problem with the security profiles... When you restore the backup you have the sysusers table still, I create a script to reassociate logins based on the values...
March 28, 2002 at 9:03 am
Though it's never been an issue for me, I tried this on a test server that I just butcher with restoring, dropping, and attaching various databases. I have one...
February 15, 2002 at 2:32 pm
Viewing 15 posts - 76 through 90 (of 91 total)