Viewing 15 posts - 91 through 105 (of 114 total)
Not exactly sure what's going on, but it seems that you need to use a stronger password for the sa account than you tried initially. You need some lowercase...
May 23, 2006 at 8:09 am
Welcome to SQL Server!
You want to set up column constraints.
Here's a decent article describing contraints with a few examples.
http://www.mssqlcity.com/Articles/General/using_constraints.htm
May 19, 2006 at 8:45 am
Set the recovery model to simple
Run a full backukp.
run the DBCC command shrink file
DBCC SHRINKFILE (FileName, TargetSize)
FileName is the logical name of the file, TargetSize is the size in...
May 18, 2006 at 8:39 am
I'd suggets physically going to the SQL server box and setting yourself up an administrator account for the SQL Server. Next, find out what the password is for sa....
April 28, 2006 at 7:26 am
Do you have a full UNC path to the database. If you use a mapped drive, the job will work when run manually, but not when it is scheduled...
April 26, 2006 at 7:57 am
Thanks for the information Fred, it was very helpful.
Only problem Microsoft isn't very helpful.
You Can't restore a db from a 2005 SQL server to a 2000 SQL server,...
March 24, 2006 at 6:29 am
I believe the account used for the profile has to be a public email account, and the credentials used for the relay have to match the public account used for...
March 23, 2006 at 10:21 am
I'm running 64 bit SQL Server 2005 Standard on a Dell 64 bit machine running Windows Server 2003 and DB mail works just fine. The only trick I found...
March 23, 2006 at 8:50 am
Has anyone created their own log shipping process between a 2005 and 2000 implementation? I also am stuck with Standard versions of these products and would like to set...
March 17, 2006 at 10:25 am
I'm running 64 bit SQL Server 2005 and my Database Mail works fine.
I found configuration to be pretty straight forward.
The only problem I ran into was I didn't...
March 17, 2006 at 9:57 am
You could also set up @userid as a parameter for the report and capture the users userid value (User!UserId) when he/she logs in initially.
March 17, 2006 at 9:53 am
The user will still be prompted for username password even when using windows authentication. It just keeps you from having to manage a lot of usernames and passwords, by...
March 9, 2006 at 7:30 am
If you're having so much trouble with SSIS, why not run a normal dts from the enterprise manager if you're more comfortable with that. I have three dts packages...
March 9, 2006 at 7:23 am
I spent a good part of two weeks looking for a 64 bit MySQL driver for a SSIS package, to no avial. I ended up having to an old...
March 9, 2006 at 7:15 am
I do believe that you have to put the actual email address in that field, not a name for the server to resolve.
I have multiple operators set up, so I...
March 8, 2006 at 11:57 am
Viewing 15 posts - 91 through 105 (of 114 total)