Viewing 15 posts - 5,011 through 5,025 (of 13,465 total)
ok, i corrected your alias problems, but not the logic.
here's the test code; try it, and see the error you get when inserting the second row:
CREATE TABLE TestUniqueNulls
(RowID int IDENTITY...
August 8, 2012 at 9:40 am
i'm pretty sure you have to to drop and recreate the linked server;
i'd script the linked server out and change the script.
I'm not much of a GUI kind of...
August 8, 2012 at 9:05 am
a nice first effort!
i think the issues still outstanding are as follows:
i think you are counting all rows, not names:
it's like counting the students in calss(ie 31) but not how...
August 8, 2012 at 9:00 am
think it through...how does a simple count() tell you whether there are duplicates?
I'd don't think you have teh test down yet.
are you familiar enough with SQL triggers that you know...
August 8, 2012 at 8:28 am
well like i said, the key is a redesign.
first, i agree on getting rid of the xml for the list of years; it might be misleading, but 99 percent or...
August 8, 2012 at 8:00 am
Sean Lange (8/7/2012)
The funny thing is that your points show as 9,990 next to your icon but shows as 10,000 on...
August 7, 2012 at 2:07 pm
Thanks for the Articles Gianluca!
good reading.
August 7, 2012 at 1:06 pm
i've done this in vb.Net / C#.Net; let us know if you are a programmer and just need a deeper code example.
once i had the reference to System.Data.SQLite it's really...
August 7, 2012 at 12:51 pm
for quesitons,
i tend to read stackoverflow.com;
for code examples i like codeproject.com a lot; i love browsing the codeplex site for other examples as well;
not yet familiar with a decent...
August 7, 2012 at 12:30 pm
not sure on this one now; i'm clueless on MAS90 in this case; any hints from Google on the issue?
August 7, 2012 at 12:28 pm
that needs so much work, on so many levels;
there's multiple cursors, cursor within a cursor, wow.
how many total rows are in the EDWGEARS linked server table VW_FRED_AADT_HIST?
is EDWGEARS ...
August 7, 2012 at 11:59 am
Daniel Bowlin (8/7/2012)
August 7, 2012 at 11:33 am
here's an example i wrote that splits sys.tables into five columns;
i hope it's obvious how you could apply the same logic to your data.
WITH
baseCTE AS
(
SELECT
...
August 7, 2012 at 11:30 am
I had a similar interview like laurie had years ago; they were interested in whether I knew vb6, ADO and whether i knew javascript; the questions had a couple of...
August 7, 2012 at 11:00 am
you said if you connect to teh server as your own user, you can select from that table via the linked server, right?
that error sounds like the MAS90 user you...
August 7, 2012 at 10:53 am
Viewing 15 posts - 5,011 through 5,025 (of 13,465 total)