Viewing 15 posts - 16 through 30 (of 38 total)
i apologise for i did not see the 'why' you asked ,
i would like to create the duplicates to fulfill a criteria in a broader context of a stored...
October 3, 2016 at 2:12 pm
yes, i want to create these duplicates.
October 3, 2016 at 1:49 pm
Theres a column that has a header as Day part and the data like this:
Daypart
FrSu 6A-9P
Mo,Th 10A-3P
Mo,Th 3P-7P
Mo,Th 6A-10A
MoFr 10A-3P
MoFr 3P-7P
September 21, 2016 at 10:52 am
I changed the file to a .txt file, see the error i am still getting:
NULL
Starting copy...
SQLState = 22005, NativeError = 0
Error = [Microsoft][SQL Server Native Client 10.0]Invalid character value for...
September 21, 2016 at 10:40 am
the fields and the columns are many, if i were to post here, it would be dissarranged,
heres a few of the fields...
Metro rankMetro NameDMA#DMA NameCallsShow NameContract Start DateAdd Date
68Grand...
September 21, 2016 at 7:48 am
output
User name not provided, either use -U to provide the user name or use -T for Trusted Connection
usage: BCP {dbtable | query} {in | out | queryout | format} datafile
...
September 21, 2016 at 7:44 am
Thanks Allan, this throws an error, i passed the column in the table and set that column as the default value for the variable @time ,
i did this:
DECLARE @Starttime varchar(10)...
September 19, 2016 at 12:39 pm
Thanks Guys, This is Fixed,
i wrapped it Up in a procedure and it worked just fine.
Thanks
September 9, 2016 at 10:32 am
Ed Wagner (8/30/2016)
JALLYKAMOZE (8/30/2016)
I have a problem where i want to get the diffrence in minutes between two times, my datatype is TIME, i have also used the function below...
August 30, 2016 at 1:43 pm
Grant Fritchey (8/29/2016)
August 29, 2016 at 12:19 pm
hello ,
This is what i came up with:
tested and it worked, but for some reason it is omitting some data from the base table..i am still doing some research on...
August 25, 2016 at 2:58 pm
drew.allen (8/25/2016)
JALLYKAMOZE (8/25/2016)
ProgramID INT, ID INT, ContractHeaderID INT, ContractStartTime TIME, ProgramStartTime TIME ,ContractDetailFirstDay INT ,ProgramFirstDay INT, DelaySeconds INT)
INSERT INTO DELAYSECONDS
VALUES (625, 625, 115278, '18:00:00', '18:00:00', 2, 2,...
August 25, 2016 at 11:58 am
J Livingston SQL (8/25/2016)
for example
"ProgramFirstday" = 1
"ContractDetailFirstDay" = 7
how do you determine whether this is 6 day delay OR...
August 25, 2016 at 11:34 am
Alvin Ramard (8/25/2016)
JALLYKAMOZE (8/25/2016)
Alvin Ramard (8/25/2016)
CREATE TABLE DELAYSECONDS(
ProgramID INT, ID INT,...
August 25, 2016 at 10:33 am
Alvin Ramard (8/25/2016)
CREATE TABLE DELAYSECONDS(
ProgramID INT, ID INT, ContractHeaderID INT StationID...
August 25, 2016 at 10:26 am
Viewing 15 posts - 16 through 30 (of 38 total)