Viewing 15 posts - 121 through 135 (of 654 total)
my question is how come the client did connect to my server when the Force encryption is off and the certificate isn't installed...???
you cannot set the FORCE...
August 8, 2007 at 12:22 pm
August 8, 2007 at 10:34 am
mm.. actually you don't need to.
you can check out this link on the ms website
http://support.microsoft.com/kb/276553/ but its for sql 2000 ( it should be useful for 2005 as well)
and this...
August 8, 2007 at 7:07 am
did you associate your login with the certificate?
August 8, 2007 at 5:11 am
yes you can have employeeid as identity. being an identity column does not automatically mean that it becomes a primary key.
people usually use an identity column as the primary key, because...
August 8, 2007 at 5:06 am
no not really, its just a nice to have. i would probably think that your machine will cope.
actually why don't you get a fully functional app from the redgate site...
August 7, 2007 at 9:29 am
oh and you can use sql query execution plan to see where your query is taking time
August 7, 2007 at 9:25 am
select
txns.*, last_name as last_Name_from,
last_name as last_Name_to,
first_name as first_Name_from
August 7, 2007 at 9:24 am
yes you can. just make sure your machine has enough ram
August 7, 2007 at 9:14 am
i live for challenges, if its no big issue please post the code
August 7, 2007 at 9:04 am
i have used erwin and redgate(some). and to compare the two will be a bit difficult because i think erwin has more bias to logical design of a db whereas the...
August 7, 2007 at 8:45 am
is it possible to let us know the different course of action in case someone has a similar problem
August 7, 2007 at 8:39 am
what is the maximum size of the characters you get when you do a select on a single person. you might be bursting the limit
do a select sum(count()) on your...
August 7, 2007 at 7:57 am
yea just post the table ddl and some sample code, as long as it not confidential
August 7, 2007 at 6:07 am
Viewing 15 posts - 121 through 135 (of 654 total)