Viewing 15 posts - 8,911 through 8,925 (of 15,381 total)
asco5 (3/27/2013)
i have a list of person in my database
each person have several entry date and exit date
i would like to know what is...
March 27, 2013 at 12:20 pm
Jason-299789 (3/27/2013)
March 27, 2013 at 12:17 pm
So use the pseudo-code that Scott posted and morph that into the code I posted...
You would end up with something like this:
select Specialty, SchedProv, datename(month, ApptDt2), count(distinct day(ApptDt2)) as MyCount
from...
March 27, 2013 at 10:38 am
NineIron (3/27/2013)
Sorry about the date format and thanx for the help. I'll be better prepared for my next post.
No worries. I take that by changing the dateformat the query I...
March 27, 2013 at 9:56 am
Kenneth.Fisher (3/27/2013)
Sean Lange (3/27/2013)
Lowell (3/27/2013)
i guess it is some kind of front end tester, where you can build a...
March 27, 2013 at 9:54 am
Lowell (3/27/2013)
i guess it is some kind of front end tester, where you can build a temporary schema in...
March 27, 2013 at 9:24 am
You said you expect all the sample data to be in October but with the DATEFORMAT you posted the dates are not all in October. If however you set the...
March 27, 2013 at 9:20 am
nick.mcdermaid (3/27/2013)
Anyway.... I'm...
March 27, 2013 at 8:11 am
NineIron (3/27/2013)
March 27, 2013 at 7:39 am
What you are describing is VBA code. You want to run different queries based on the selection from a combobox. However you can't just mix sql and VBA code like...
March 27, 2013 at 7:35 am
Mark Eckeard (3/26/2013)
micky - I'll check that out.Sean - what did you have in mind? What can I do to make it more scalable?
Thanks,
Mark
A dynamic cross tab is what...
March 27, 2013 at 7:28 am
Duplicate post. direct all replies here. http://www.sqlservercentral.com/Forums/Topic1435217-392-1.aspx
March 26, 2013 at 2:35 pm
fbozek (3/26/2013)
Sample Data:
Day-----------Name
Monday-------Lisa
Monday-------Tom
Monday-------Steve
Tuesday------Sally
Tuesday------Mike
I would like my output to look like this:
Row1: Monday ...
March 26, 2013 at 2:17 pm
asm1212 (3/26/2013)
But we have tried those fixes..
Alot of those fixes is talking about the .mdf file when attaching/detaching the...
March 26, 2013 at 2:13 pm
asm1212 (3/26/2013)
Ran into a problem I have never seen before...
I am logged on to a SQL Server box as sa with sa rights...
I go to create a database, give...
March 26, 2013 at 1:57 pm
Viewing 15 posts - 8,911 through 8,925 (of 15,381 total)