Viewing 15 posts - 10,456 through 10,470 (of 13,461 total)
wow..i'm leaning towards the opposite of Paul above. I vote for validation in both tiers.
I think check constraints and defaults, FkKs have a minimal impact at the database level, and...
September 30, 2009 at 8:15 am
blawrence (9/30/2009)
All is perfection!
Thank you again and again, you have been an amazing help through this endeavor. You have been crystal clear in your explanations. Thank you again for...
September 30, 2009 at 8:00 am
I had also tripped over the same issue and if the following assumptions are true, this script might help:
the first column of the table is a sinlge column PK, identity...
September 30, 2009 at 5:37 am
as you get more familar with SQL, you'ss see that any column can bbe replaced with a hardcoded value, and vice vers in just about any SQL:
this is the enhanced...
September 29, 2009 at 2:05 pm
instead of using the column name [fphone], simply change it to the static value of '1':
MyLinkedServer.PhoneNumber2 = '1'
your code seems to be doing stuff differently....are you updating the Linkedserver...
September 29, 2009 at 10:58 am
AFAIK, you trace flag(s) will remain in place until you stop the service...when you stop and restart, only the flags that are part of the command line for starting the...
September 29, 2009 at 9:24 am
this one is specific to the data:
ISNULL(MyLinkedServer.Initial,'A') AS fmi,
your original data source has what i though is the middle initial of the name, right? (if that's wrong, let...
September 29, 2009 at 9:20 am
easy enough.
Stripping preceeding zeros, you just convert to int.
for the rest, here's an example:
--results:
exString ...
September 29, 2009 at 9:10 am
[ code] --a sql comment [ /code ] <-- with no spaces makes your code become syntax highlighted
--a sql comment
if you are using preceeding zeros, when you...
September 28, 2009 at 8:33 pm
a huge help, thanks for the layout!
try this query..it has all the defaults you were looking for. if the query works, uncomment the INSERT portion and confirm that that peice...
September 28, 2009 at 11:11 am
Greg Charles (9/28/2009)
September 28, 2009 at 9:22 am
bad form!
do not post the same question multiple times!
no need to cross post to multiple forums it fractures the answers you get and makes posters duplicate others work.
the "Recent Posts"...
September 27, 2009 at 5:15 pm
you cross posted across a few forums...the first being a SQL 2000 forum.
The MERGE keyword is for SQL 2008 only, but all the same process can be duplicated with INSERT...
September 27, 2009 at 1:03 pm
duplicate post.
no need to cross post to multiple forums it fractures the answers you get and makes posters duplicate others work.
the "Recent Posts" link shows us everything.
continue the thread here:
September 27, 2009 at 12:49 pm
duplicate post.
no need to cross post to multiple forums it fractures the answers you get and makes posters duplicate others work.
the "Recent Posts" link shows us everything.
continue the thread here:
September 27, 2009 at 12:49 pm
Viewing 15 posts - 10,456 through 10,470 (of 13,461 total)