Viewing 15 posts - 16 through 30 (of 34 total)
The DBCC SHRINKFILE EMPTYFILE would only help in removing the data from the current file but it wont help in spreading the data into multiple files. If you need that...
February 20, 2007 at 8:30 am
From the Logs seeems that the server has all the problems of the world !!!!!!!
Your main problem is the AV(access violation) hapenning within SQL server and when the internal Sql...
February 20, 2007 at 8:24 am
I am not really sure but have you tried the CONTAINS and FREETEXT functions. They might be of help.
February 19, 2007 at 8:20 am
The entry for the instance name looks to be incorrect. I think SQLBill typed it by mistake.
The correct entry should be something like
INSTANCENAME="FHDP1IRMPA01\RPMS"
i.e. machinename\instanceName
February 19, 2007 at 8:05 am
Ok Guys.
The problem that you were facing was not because of the paging but because there the server was under the virtual memory pressure. One of my sugestions is...
February 19, 2007 at 7:42 am
Hello Dana,
The DBCC UPDATEUSAGE will refresh the linked list of the pages for particular tables and hence it is not required that the users be logged out of the system....
February 19, 2007 at 7:32 am
I believe this is not the real error. Can you please paste the complete errorlog please ?
February 19, 2007 at 7:26 am
Hi Brian,
I think I understand what you are trying to do and think that it is not possible without creating different filegroups.
YOu cannot control on which file wihtin a filegroup...
February 19, 2007 at 7:20 am
Also , as far as I know the O.S. versions (win 2K and win2k3 cannot be different). You need to understand the basics of clustering -- It means that the...
February 19, 2007 at 7:12 am
NO way it is possible to have a cluster with one node as 32 bit and other as 64 bit.
remember that the SQL clustering depends on the windows clustering and...
February 19, 2007 at 7:10 am
Suggestions :
take backups of the system databases. Also user databases if possible.
February 19, 2007 at 7:05 am
It seems that your program requires a SQL express edition called as KBMSS. you might have to install the instance seperately (if your application does not do it by itself)....
February 19, 2007 at 7:04 am
YOu can start applyingthe SP4 when the database is being accessed, but remember that the SQL server will be restarted multiple times by the SP4 setup programm and hence the...
February 19, 2007 at 4:48 am
the error clearly indicates that it is a permissions issue.
Check if the account that you are using to connect to the remote server has and INSERT permission on the table...
February 2, 2007 at 5:21 am
I dont think there is a direct way to get that, Because jobs are basically used for scheduling purposes. At the background what it does it executes SQL statements.
Hence...
January 31, 2007 at 7:26 am
Viewing 15 posts - 16 through 30 (of 34 total)