Viewing 15 posts - 16 through 30 (of 72 total)
Well I had the same problem and got rid of it by changing the account that runs the MSSQLServer Service.
Everything was running just fine.
I then tried to create a certificate...
September 16, 2005 at 3:08 am
This might help:
select name, collation from syscolumns where id in (select id from sysobjects where name = '<yourtablename>')
Run the script on your database and change <yourtablename> to the name of...
August 29, 2005 at 3:17 am
I don't think the DDL for an 80 columns table would be very interesting. I know myself that it's a freaky table.
Thanks anyway.
I've done the ADMIN courses for MS-SQL and...
August 29, 2005 at 1:45 am
Just what the doctor ordered.
Cheers!
I am now running the script like this:
SELECT * FROM TABLE1
WHERE LEN(isnull(COLUMN1,''))+LEN(isnull(COLUMN2,''))+LEN(isnull(COLUMN3,'')) in (
SELECT MAX(LEN(isnull(COLUMN1,''))+LEN(isnull(COLUMN2,''))+LEN(isnull(COLUMN3,''))) FROM TABLE1
)
August 29, 2005 at 1:35 am
Hi Journeyman
Thanks for the feedback.
Regards
August 24, 2005 at 5:26 am
Well I'm not sure if I'm doing it right, but I always thought that if you do a restore to a point in time that you had to set the option NORECOVERY....
August 24, 2005 at 12:26 am
@alzdba: Thanks for the tip. I had a look around.
@athugar: Where would I find the system statistical indexes?
I'm still having the same problem. Strange thing is, if I...
July 28, 2005 at 12:46 am
It helps me if I just close EM and restart again. But hey, that's only with my installation. I'm using SQL 2k with SP3a.
Not a...
July 25, 2005 at 5:39 am
A big "hip, hip, 'ray.....!!!!!" for Steve.
Ta mate
July 17, 2005 at 11:58 pm
@all
That's true, what Mike just stated.
But how would you really go about tackling the task. Would you use EM or the SQL QA equivalent?
Me personaly, I'd use EM first and...
July 15, 2005 at 3:17 am
Yeah, I think they got something mixed up.
I don't think the orders database would change one thing, with answer c)
Regs
hot2use
July 14, 2005 at 11:58 pm
And adding a short inputbox for the server is cool if your centrally managing multiple servers.
[...]
Dim i
Dim srvname
srvname = InputBox ( "Enter the Server Name", "Server", "xxxxxx")
' making the connection...
July 12, 2005 at 12:28 am
Hiyas
This is my favourite article from MS
http://support.microsoft.com/default.aspx?scid=kb;en-us;224071
You can modify the parameters in the registry, before starting up the SQL Server service. This can be used if you manually copy...
July 8, 2005 at 12:19 am
Sounds pretty interesting. Does require a stand-alone server though.
Major drawback #1: If you have to flatten a member server, then you have to de-enlist and re-enlist the server. Tell that...
July 7, 2005 at 12:28 am
Idera's SQL Diagnostic Manager formerly belonged to netIQ, but was sold off to Idera before Microsoft bought netIQ.
netIQ...
July 7, 2005 at 12:12 am
Viewing 15 posts - 16 through 30 (of 72 total)