Viewing 15 posts - 3,226 through 3,240 (of 7,503 total)
double check your client software has SP4 applied (or the software level of your connected SQL2000 instance).
January 7, 2010 at 2:27 pm
GSquared (1/7/2010)
Krasavita (1/7/2010)
How many db can we have per server and how much memory in total can I have?Thank you
Servers usually aren't all that loud, but the limit would really...
January 7, 2010 at 2:24 pm
Or by activating a login trigger (needs sp2) which only alows 'sa' or members of sysadmins sqlgroup.
Could be usefull if you intend to acivate it for a maintenance window, but...
January 6, 2010 at 6:23 am
if you want to, you can attach the errorlog file to your reply (if it is not to big) so we can have a look
January 6, 2010 at 4:37 am
How does your .net application connect to sqlserver
or
how is the webservice you are calling connecting to sqlserver ?
If it is tunneling credentials, chances are a user ( or...
January 6, 2010 at 4:34 am
Spend 100$ for a 1.5TB USB disk.
Hook that onto your server.
Create the db backup to that usb disk
robocopy the backup file to your network safe zone location.
January 6, 2010 at 3:25 am
Is your target transaction log big enough to be able to process all incoming replication commands ?
- file size
- autogrow enabled ? ( grow by reasonable MB !)
- can your...
January 6, 2010 at 3:21 am
You need to provide full rows (all columns and in the exact column order ! ) if you want to use bulk insert !
Workaround:
Create a view that contains only the...
January 6, 2010 at 3:14 am
GoofyKC (1/5/2010)
January 6, 2010 at 12:11 am
btw Error: 250071 is an error number > 49999 which indicates it is a user defined error code !
Order your devs to figure out in which occasions they raise this...
January 4, 2010 at 5:38 am
why would you only allow sa to connect ?
Is it for sql server (software) maintenance ?
You could start sqlserver using the maintenance parameter. (check books onlin for startup parameters...
January 3, 2010 at 3:08 am
You are probably on the right track ...
tempdb is used for way more activities than just holing the data for temporary tables. Cursors, sorts, group by, intermediate results for working...
January 1, 2010 at 4:37 am
I would first restrict the growth of tempdb, so it doesn't fill up your disk.
I would start a sqlserver profiler session to capture the ongoing queries.
You'll probably find a set...
December 31, 2009 at 9:32 am
of course you should also pose the question : WHY ??
If this is some kind of "primitive" encryption, SQLServer nowadays has a better alternative !
Is it to confuse network sniffers...
December 30, 2009 at 12:11 pm
Viewing 15 posts - 3,226 through 3,240 (of 7,503 total)