Viewing 15 posts - 5,281 through 5,295 (of 5,504 total)
What would be the "trigger" to generate the file?
e.g. user's choice, time schedule, based on a data constellation within the SQL server etc.?
If it's something SQL Server could "figure out"...
June 15, 2009 at 12:43 pm
Hi,
sorry to say, but neither England nor Germany will play Confed Cup.
I'm also sorry for any New Zealand folks (lost 0:5 against Spain). So, congrats to al Spanish folks around!!
June 15, 2009 at 8:07 am
I'm (almost) copying one of the replies from today, so it seems like it's "Excel-day" 🙂
I've just seen another thread (http://www.sqlservercentral.com/Forums/FindPost734494.aspx) that included the following link: http://www.simple-talk.com/sql/t-sql-programming/sql-server-excel-workbench/ .
This link might...
June 14, 2009 at 3:59 pm
Jumpin' right in with dictionary stuff:
As per Wiki: "A clique is a small group of people who like the same things."
We do like the same thing here, which is working...
June 14, 2009 at 3:33 pm
I've just seen another thread (http://www.sqlservercentral.com/Forums/FindPost734494.aspx) that included the following link: http://www.simple-talk.com/sql/t-sql-programming/sql-server-excel-workbench/ .
This link might help you to get your data from Excel.
Regarding the macro issue:
I don't know how complicated...
June 14, 2009 at 12:14 pm
Steve Jones - Editor (6/14/2009)
June 14, 2009 at 11:29 am
regarding our friend "Professional1" aka "forumloser" aka "dxmer":
I reported the individual to Steve asking for clarification.
The report is not about the way he's ignoring any replies or his attitude.
It's about...
June 14, 2009 at 2:16 am
forumloser (6/13/2009)
lmu92 (6/13/2009)
I'm sure, site owners will take care of it and cancel your account as requested.
So the final answer is there is no way to cancel an account once...
June 13, 2009 at 3:54 pm
forumloser (6/13/2009)
How do I cancel my account?
The easiest way:
Sign off any threads and newsletters you subscribed to.
Don't post anymore.
Don't login anymore.
As you can see, to sign off is...
June 13, 2009 at 3:09 pm
Hi dxmer,
a few thought on your statement on the other thread:
forumloser (6/13/2009)
...I apparently don't fit into the cliques that have been established here...
What you call "cliques" we would call slightly...
June 13, 2009 at 3:00 pm
Thanxalot Flo!
Just sent you a PM...
June 13, 2009 at 2:12 pm
Please don't cross post.
Discussion already started at thread http://www.sqlservercentral.com/Forums/FindPost734274.aspx
June 13, 2009 at 1:51 am
Steve Kinnaman (6/11/2009)
select ...
June 12, 2009 at 10:55 am
Since you already have date columns in your table, the following might help
select from where datename(dw,dateCol)='Saturday'
and datecol >=@start
and datecol <=@end
June 12, 2009 at 10:32 am
Please don't cross post!
for reference see http://www.sqlservercentral.com/Forums/FindPost733984.aspx
June 12, 2009 at 10:24 am
Viewing 15 posts - 5,281 through 5,295 (of 5,504 total)