Viewing 15 posts - 181 through 195 (of 325 total)
you should also make regular backup for your mdf and ldf files (Full SQL Backup and Incremental SQL Backup) you these 2 files will grow with Very small size
April 22, 2004 at 5:46 am
what is your total RAM? because 40 M is so so little for SQL Server
April 20, 2004 at 8:27 am
I don't think that there is something like That in SQL Server.
I think you have to Make Audit Table in your Database and in every trigger in all tables, add...
April 20, 2004 at 3:51 am
it is recommended not to use any other program on the SQL Server machine.
because SQL Server is monster in dealing with data ...
if there is any other program...
April 20, 2004 at 3:47 am
I am sorry there is no Encrypt for Tables in SQL Server 2000 !!
you can use stored procedures, views, and functions and apply "With Encryption" to them.
Also there is a...
April 19, 2004 at 6:50 am
I think there is a problem with SQL Server Provider on your machine
first install MDAC 2.7 and its SP1
then install SQL Server SP3a
I hope this help u
April 19, 2004 at 3:53 am
what about deattaching the db .. and then attaching it (from query analyzer) and supply a new name in your code ?
April 19, 2004 at 3:49 am
do u apply SQL Server SP3a on the server?.. also apply MDAC 2.7 SP1 (if you want )
i hope this solve the problem
April 19, 2004 at 3:48 am
what about encryption the whole table ?
April 19, 2004 at 3:43 am
do you test to do this with making Full bckup then make a restore from this full backup ..?
April 19, 2004 at 3:25 am
what is the programming language you use in your Application ?
try to use (NOLOCK) in table hint when you select data from table
I hope this help u
April 14, 2004 at 8:45 am
here is SP_who3 which may help u more
sp_who3
By: racosta
Like sp_who2 but this one let's you specify to filter by spid, login, hostname and dbname.
Like any system procedure, can be...
April 6, 2004 at 6:27 am
if you are using MDAC 2.7 then install MDAC 2.7 RTM refresh SP1 on both servers and restart them.
I hope this help u.
April 6, 2004 at 6:24 am
hoe do u call this stored procedure in Access Data project ?
April 6, 2004 at 6:20 am
you have to use an Anti-virus program to check if there any virus hit the server (if this happened, regestery may be affested, some files may be deleted, Memory will...
April 6, 2004 at 6:17 am
Viewing 15 posts - 181 through 195 (of 325 total)