Viewing 15 posts - 2,146 through 2,160 (of 15,381 total)
Ray K (11/2/2015)
Congrats, Kansas City Royals!
As cool as it is that Kansas City won the series this stupid parade tomorrow is making things challenging. They announced earlier today that school...
November 2, 2015 at 3:07 pm
shiraj (11/2/2015)
I have written a SQL statement.There is a table called customer.It contains all customer data with customerid as PK.There is another table called logs and it contains customerid...
November 2, 2015 at 9:18 am
ramesh_gattu (10/30/2015)
I need to compare two consecutive rows (if BEGDA of second row is 1 day greater than ENDDA of first...
October 30, 2015 at 12:44 pm
Brandie Tarvin (10/30/2015)
I just realized. Here I am passing in my job names through the config file so that I can change just the config instead of the webpage code...
October 30, 2015 at 9:58 am
Ed Wagner (10/30/2015)
Sean Lange (10/30/2015)
Gazareth (10/30/2015)
Sean Lange (10/30/2015)
Michael L John (10/30/2015)
Brandie Tarvin (10/30/2015)
October 30, 2015 at 9:30 am
Gazareth (10/30/2015)
Sean Lange (10/30/2015)
Michael L John (10/30/2015)
Brandie Tarvin (10/30/2015)
Nevermind. One of our...
October 30, 2015 at 8:51 am
Oh you are going to be super frustrated.
public string[] MyJobs = SvrBJobNames .Split(new char[15]), {",", StringSplitOptions.RemoveEmptyEntries);
You are missing your closing } in your array declaration. Not sure how you...
October 30, 2015 at 8:21 am
Brandie Tarvin (10/30/2015)
Sean Lange (10/30/2015)
Brandie Tarvin (10/30/2015)
Sean Lange (10/30/2015)
Brandie Tarvin (10/30/2015)
Nevermind. One...
October 30, 2015 at 8:10 am
Brandie Tarvin (10/30/2015)
Sean Lange (10/30/2015)
Brandie Tarvin (10/30/2015)
Nevermind. One of our developers finally...
October 30, 2015 at 7:54 am
Michael L John (10/30/2015)
Brandie Tarvin (10/30/2015)
Nevermind. One of our developers finally responded...
October 30, 2015 at 7:25 am
Brandie Tarvin (10/30/2015)
Nevermind. One of our developers finally responded to my request...
October 30, 2015 at 7:24 am
drew.allen (10/29/2015)
Sean Lange (10/29/2015)
drew.allen (10/29/2015)
Sean Lange (10/29/2015)
g.britton (10/29/2015)
For that matter I wish we had true Boolean variables. But I dream.
We do.
create table MyTrueBoolean
(
TrueBool bit not null
)
If you have a...
October 29, 2015 at 3:11 pm
Some of these are pretty ambiguous to me.
SQL Server Name - Is this the computer name of the server or the name of the instance?
Number Of Instances - This would...
October 29, 2015 at 2:57 pm
drew.allen (10/29/2015)
Sean Lange (10/29/2015)
g.britton (10/29/2015)
For that matter I wish we had true Boolean variables. But I dream.
We do.
create table MyTrueBoolean
(
TrueBool bit not null
)
If you have a bit column and...
October 29, 2015 at 2:52 pm
OK so you have a query that captures a large part of this information already. What do you actually need help with?
October 29, 2015 at 2:10 pm
Viewing 15 posts - 2,146 through 2,160 (of 15,381 total)