Viewing 15 posts - 10,621 through 10,635 (of 26,489 total)
tacy.highland (7/19/2012)
CREATE TABLE #Schedules_RC
(
Route INT
...
July 19, 2012 at 12:04 pm
jerome.morris (7/19/2012)
Anybody help me find my error?
What error(s). All you gave us was this: In VS when I have a query like this it ask me for the dates,...
July 19, 2012 at 11:58 am
jbnv (7/19/2012)
Lynn Pettis (7/19/2012)
July 19, 2012 at 11:51 am
If you post some sample data in the format you are actually using, I can look at how things may need to change in my code.
July 19, 2012 at 11:40 am
Here is my suggestion. Build a map showing how the data from the source table maps to the target tables. You can do this using a variety of...
July 19, 2012 at 11:37 am
jbnv (7/19/2012)
July 19, 2012 at 11:24 am
Here is my take away from all this. Read slower, you (meaning me) may catch things you may other wise miss.
In general, it is a good idea to start...
July 19, 2012 at 11:17 am
Then I found this (lost between a couple of other posts, and I just missed it):
CREATE TABLE #mytable
(
...
July 19, 2012 at 11:12 am
Or is this what you are talking about? Not sure how I missed it.
Declare @Schedule table (Starttm datetime, endtm datetime)
Insert @Schedule values ( '2012-02-16 02:00:00', '2012-02-16 04:00:00')
...
July 19, 2012 at 11:09 am
tacy.highland (7/19/2012)
I followed the instructions listed in the Best Practices link:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
And posted the code yesterday at 834pm. Aside from the Set Identity statements (which do err out) it...
July 19, 2012 at 11:06 am
tacy.highland (7/19/2012)
July 19, 2012 at 10:44 am
If you haven't gotten any data loaded into this column yet, I'd consider dropping it and recreating it with the varbinary(max) data type. You may also want to consider...
July 19, 2012 at 10:31 am
Here is the problem, I don't know. You didn't provide any DDL or sample data for this problem. The sample data I used was provided by capn.hector.
If you...
July 19, 2012 at 10:23 am
jbnv (7/19/2012)
Chris.C-977504 (7/19/2012)
jbnv (7/19/2012)
djackson 22568 (7/19/2012)
jbnv (7/18/2012)
djackson 22568 (7/18/2012)
jbnv (7/18/2012)
Given Americans' obnoxious refusal to use common-sense things like the metric system and dollar coins instead of bills......
You don't know me....
July 19, 2012 at 10:19 am
tacy.highland (7/19/2012)
I have another question now. Since we've been using smalldatetime as the startime and endtime format, (but...
July 19, 2012 at 10:08 am
Viewing 15 posts - 10,621 through 10,635 (of 26,489 total)