Viewing 15 posts - 91 through 105 (of 143 total)
Thanks.
If I'm going to re-install SQL will it over-write the data files in the default data directory?
I've copied the files to another folder in case.
October 20, 2005 at 8:51 am
Thanks for the reply.
That has set my mind at ease.
Carl
October 19, 2005 at 2:35 pm
Why not leave the dbo as sa?
The problem with creating databases via Windows Authentication logins arises when the user leaves the company and has their NT access removed.
Carl
October 7, 2005 at 9:29 am
Thanks for the reply Mike.
I have had a look at the different counters in perfmon but can't find any that are of use to me.
The resources that I am trying...
October 4, 2005 at 9:06 am
Hi,
The purpose of the formatting was for a report not a front end application.
Regards
Carl
September 26, 2005 at 2:28 am
Discovered how to do it:
select REPLACE(CONVERT(CHAR(11),[testdate],106), ' ','') AS [testdate]
from testdate
Carl
September 23, 2005 at 4:55 am
Hi,
I have tested the thoery myself by creating a test sproc and the user does not have permissions to create tables. I beleiev the user would need ddladmin rights as...
August 1, 2005 at 10:30 am
Hi,
One of our reporting team wants to be able to rank a result set so the row with the highest amount of sales for each month is shown as number...
July 27, 2005 at 8:50 am
Thanks for the reply.
Changing the Agent account to a domain account won't cause any problems will it?
From what I know, If you change the Account via Enterprise manager you don't...
June 30, 2005 at 8:43 am
Thanks everyone for your help. Its much appreciated.
Carl
June 15, 2005 at 2:39 am
I have ran the original code and it does differ to the count I get using my own code. I have checked and it seems to exclude NULLS.
June 14, 2005 at 8:50 am
The only thing I would say is your code brings back less rows than mine?
Does your code deal with NULLS?
June 14, 2005 at 8:31 am
Guys,
I dug out a piece of code and messed about with it and it seems to do the trick although I don't fully understand what it does?
select client_id,
substring(post_code_insured,1,len(post_code_insured)-(charindex(' ', right(reverse(post_code_insured),len(post_code_insured))))),
from...
June 14, 2005 at 8:23 am
Thanks for your help.
In terms of moving forward, it looks to me like it is best to run the SQL Services as a domain account rather than local system as...
May 16, 2005 at 7:55 am
So is the NT AUTHORITY\SYSTEM account the local system account?
May 16, 2005 at 7:10 am
Viewing 15 posts - 91 through 105 (of 143 total)