Viewing 15 posts - 2,371 through 2,385 (of 2,458 total)
SQL Guy 1 (10/10/2012)
October 10, 2012 at 3:09 pm
yogi123 (10/10/2012)
I Have one task, in that there are two tables,
one has student testing dates
and other has student enrollment dates.
CREATE TABLE #TestDates
(
iSchoolYearCode int NOT NULL,
dtStartDate DATETIME NOT NULL
)
insert into...
October 10, 2012 at 2:52 pm
Jeff Moden (10/3/2012)
XMLSQLNinja (10/3/2012)
October 3, 2012 at 8:45 pm
p.s. thanks jeff for the link... I am still reading that (very long) thread. Great stuff.
October 3, 2012 at 4:23 pm
bteraberry (10/3/2012)
a software or hardware configuration that, while inelegant, inefficient, clumsy, or patched together, succeeds in solving a specific problem or performing a particular task
I would...
October 3, 2012 at 4:20 pm
deebabat (10/3/2012)
Re: missing tables-You will need to create a subscription to the second publication to get those tables. Each subscription can only subscribe to one publication.
Re:...
October 3, 2012 at 2:13 pm
deebabat (10/3/2012)
I am getting the table from one publication but some of the tables are empty, I'M NOT getting any table from the second publication at all.
... one other...
October 3, 2012 at 1:20 pm
deebabat (10/3/2012)
I am getting the table from one publication but some of the tables are empty, I'M NOT getting any table from the second publication at all.
Ok. We're getting...
October 3, 2012 at 1:18 pm
deebabat (10/3/2012)
I have two publications but one subcription
Are you getting all the tables from one publication and not the other?
October 3, 2012 at 1:02 pm
Eugene Elutin (10/1/2012)
A couple of us just went through all of this on another thread a couple of months ago and the LIKE expressions blew the doors off the RegEx...
October 1, 2012 at 6:02 am
Jeff Moden (9/28/2012)
XMLSQLNinja (9/28/2012)
bteraberry (9/28/2012)
September 29, 2012 at 9:09 am
Jeff Moden (9/28/2012)
XMLSQLNinja (9/27/2012)
CELKO (9/15/2012)
...And then there is a high cost of CLR. .
Hogwash. There is nothing "high cost" about a well written CLR.
Avoid this kludge if you...
September 29, 2012 at 8:32 am
bteraberry (9/28/2012)
September 28, 2012 at 5:10 pm
CELKO (9/15/2012)
...And then there is a high cost of CLR. .
Hogwash. There is nothing "high cost" about a well written CLR.
Avoid this kludge if you can.
There's nothing "kludgy"...
September 27, 2012 at 11:29 pm
Shadab Shah (9/6/2012)
Thank You
no problem. 😀
September 6, 2012 at 10:26 pm
Viewing 15 posts - 2,371 through 2,385 (of 2,458 total)