Viewing 12 posts - 1 through 12 (of 12 total)
Hmm it's strange, please correct me, if you know, where is the mistake ?
declare @first datetime
declare @Last datetime
declare @dbname sysname
set @dbname = 'komes'
exec ('SELECT @Last =...
June 8, 2007 at 8:19 am
I am using master db, cause I have cca 30 different databases, where I would like to set up sql job for deleting huge table lcs.auditlog_hlavicka after database restore. These...
June 8, 2007 at 5:43 am
Markus, your scipt did not work ! The result was the same. This script do not solve the problem with null password.
I used original script from page:
http://support.microsoft.com/kb/246133/EN-US/
and I...
October 6, 2006 at 6:29 am
Thanks Markus, I will try your script tomorrow.
I found out that this error causes only user's accounts without passwords (blank passwords). I think that this issue is a blame of...
October 5, 2006 at 11:42 am
I don't know what I am actually doing wrong, I tryed to transfer logins using stored procedure sp_help_revlogin >
http://support.microsoft.com/kb/246133/EN-US/
but when I run generated skript for creating users account...
October 5, 2006 at 7:12 am
thanx,
hmmm actually I now what cmpt. level 80 and 90 does mean, but what I'd like to know is, what is the basical difference between those levels. I would like...
October 3, 2006 at 12:58 pm
uf, thanks for your advice !
The command "dbcc updateusage" helped solve this problem !
Actually the database was shrinked as well as indexes, but only stupid statistics was not updated...
September 22, 2006 at 12:05 am
hmm, actually I need to shrink db after large deletion of junk data. Before any changes was made, db was at 25 GB with transaction log, now has 4,8 GB....
September 21, 2006 at 5:45 am
Thanx,
I read something on microsoft page about system requirements, and I found something.
SQL 2005 standart x86 is limited up to 4 GB Ram, the x64 version has no limitation.
For a...
September 20, 2006 at 6:55 am
I did it !
It is very simple
SQL 2005 installation has removed key from
HKEY_CLASSES_ROOT\CLSID\00100100-1816-11D0-8EF5-00AA0062C58F
I placed them back, and it works ! (Enterprise Manager)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{00100100-1816-11d0-8EF5-00AA0062C58F}]
@="Microsoft SQL Enterprise Manager SnapIn"
[HKEY_CLASSES_ROOT\CLSID\{00100100-1816-11d0-8EF5-00AA0062C58F}\InProcServer32]
@="C:\\Program...
February 1, 2006 at 1:49 am
Shit !
I have to reinstall sql server 2000, because the new one (2005) does not work with our company program (Noris) - it stops with error after running. The only...
October 20, 2005 at 7:18 am
thanx to all guys ! And especially to Gabor Nyul.
I am begginer in sql administering and in SQL using. Each hint is very important for me. thanx
July 18, 2005 at 12:37 am
Viewing 12 posts - 1 through 12 (of 12 total)