Viewing 15 posts - 1,681 through 1,695 (of 1,999 total)
if you hadn't already said that you were on mixed mode authentication id'd swear that you were on windows only auth
by the way - is the server a member...
March 21, 2006 at 9:16 am
if you're attempting connect remotely is this via you LAN or are you coming through the internet via VPN?
i've seen this problem with juniper before.
March 21, 2006 at 8:55 am
do you have a firewall installed blocking your sql ports ?
March 21, 2006 at 8:02 am
DBCC SHRINKFILE WITH TRUNCATE_ONLY doesn't break the LSN (log sequence number) and cause you to lose your backup chain - all it does is remove the empty space from the...
March 21, 2006 at 8:00 am
you can find the contents of your file dsn's at c:\program files\common files\odbc
you can then edit one of them and add the PWD=mypassword or PASSWORD=mypassword line to the file
March 20, 2006 at 1:53 am
firstly it might be wise to run the following
use mydatabase
go
dbcc updateusage
go
that should make sure you get accurate sizing information
then run sp_spaceused again
to view which tables are using the most...
March 17, 2006 at 9:32 am
sounds about right
in that case i recommend 3 maintenance plans 9the easiest way to implement that
one for system databases
one for user databases in simple recovery mode (no t-log backups)
one for...
March 17, 2006 at 8:11 am
if you're running a query then the statement
execute as 'mytestuser'
execute as self
execute as caller
might help
look up "execute as" in books online for more details
March 17, 2006 at 7:54 am
it's easy using a file dsn - but as i remember (unless anyone can contradict me) impossible with a userdsn
March 17, 2006 at 7:52 am
you need to speak to whever supports you email - but it looks like since your mail is via the internet it will only "send and receive" when you open...
March 17, 2006 at 6:55 am
you've come to the reight forum for information
i'm guessing that you may not know about the recovery model for databases if you've been trown in at the deep end
in short...
March 17, 2006 at 6:48 am
tyy this
go to server 2005 menu on the start menu and find the sql server 2005 surface area configuration tool
under remote components ensure that local and remote connections are...
March 17, 2006 at 6:38 am
or this script
http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=319
personally if it's data minipulation as a one off excel (spit!) has 2 functions - deleimeter to column - column to row - these can be used...
March 17, 2006 at 5:07 am
this is a mail issue and not SQL agent.
is your outlook mai (mapi) profile set up to connect to an exchange server on the same network, or is this...
March 17, 2006 at 4:45 am
you server could be set to use windows authentication only
go to 2005 server management studio, right click on the server,choose properties and then click on security - ensure it is...
March 17, 2006 at 4:40 am
Viewing 15 posts - 1,681 through 1,695 (of 1,999 total)