Viewing 15 posts - 5,896 through 5,910 (of 6,105 total)
There is a KnowledgeBase article on this very topic. Here you go:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q224071
It has how to move any of the databases, whether user or system. For tempdb, basically it's as...
January 10, 2002 at 8:58 am
Have you created a MAPI profile under the user account which the SQL Server Agent is running? If so, have you set the properties for SQL Server Agent to...
January 10, 2002 at 7:00 am
The key here, though, is that you have an app that runs in interactive mode. Anything that runs as a job shouldn't have any components that require user interaction... automated...
January 10, 2002 at 6:57 am
Is Autonumber listed as one of your destination columns?
K. Brian Kelley
January 9, 2002 at 2:54 pm
Is your client willing to pay for the support call to Microsoft? I'm sure they've got something...
K. Brian Kelley
January 9, 2002 at 1:55 pm
From a security perspective, you are probably okay. However, as I discussed earlier, if you want data manipulation to occur in certain defined ways that are strictly controlled (necessary...
January 9, 2002 at 1:39 pm
I think the only cases I've implemented dynamic SQL is for sysadmin stored procs and the like. I too am paranoid when it comes to security. Just because...
January 9, 2002 at 12:38 pm
What error are you receiving?
K. Brian Kelley
January 9, 2002 at 12:33 pm
I try to avoid dynamic SQL whenever possible. Security is one issue, as I've already discussed (we have multi-user apps which have different levels of access) and the performance...
January 9, 2002 at 8:14 am
Ouch. I'll keep looking. The bottom line, though gets back to:
quote:
the clients back-up strategy leaves a lot to be desired.
January 9, 2002 at 7:59 am
When you are running through DTS Designer, you have an interactive session. Things like GUIs can be displayed. However, when you run as a job, there isn't an...
January 9, 2002 at 7:56 am
I started coding professionally in QuickBasic 4.0 back in the 80s, writing doors for BBS and conversions for different BBS configuration files while still in high school. When I...
January 8, 2002 at 3:06 pm
I've not seen it go to a different port, though that doesn't mean it didn't happen. Glad it was as simple as that!
K. Brian Kelley
January 8, 2002 at 2:59 pm
From a security standpoint, I prefer static code. If I maintain ownership chains (for instance stored procs, views, and tables are all owned by dbo), I don't have to...
January 8, 2002 at 2:39 pm
I've never tried it, but what about the CREATE DATABASE using the FOR ATTACH option?
K. Brian Kelley
January 8, 2002 at 2:29 pm
Viewing 15 posts - 5,896 through 5,910 (of 6,105 total)