Viewing 15 posts - 91 through 105 (of 160 total)
pwalter83 (7/31/2013)
Sean Lange (7/29/2013)
I would agree that trying to keep this data in...
July 31, 2013 at 9:17 am
pwalter83 (7/24/2013)
ChrisM@Work (7/24/2013)
pwalter83 (7/24/2013)
ChrisM@Work (7/24/2013)
pwalter83 (7/24/2013)
ChrisM@Work (7/24/2013)
pwalter83 (7/24/2013)
ChrisM@Work (7/24/2013)
July 30, 2013 at 6:51 am
NineIron (7/26/2013)
Then October, November and December would be 13, 14 and 15.
No, the dateadd function takes care of that. October wraps around to January of the next year, then...
July 26, 2013 at 11:41 am
NineIron (7/26/2013)
Something like...
declare @Date datetime
if month(@Date)>9 then month(@Date) -9 else month(@Date)...
July 26, 2013 at 11:25 am
Elliott Whitlow (7/25/2013)
LightVader (7/25/2013)
Elliott Whitlow (7/24/2013)
2. I have an article in the works that discusses NEVER using 3 part names in code and using synonyms to point to objects external...
July 25, 2013 at 9:37 am
Elliott Whitlow (7/24/2013)
2. I have an article in the works that discusses NEVER using 3 part names in code and using synonyms to point to objects external to the local...
July 25, 2013 at 9:01 am
jbalbo (6/5/2013)
But how do I assign one a value and one a label ?
I have it setup to get avalable values from a query via dataset2...
June 6, 2013 at 6:42 am
For recreational reading, I love my kindle. For technical/learning, I prefer a physical book, much easier to search for certain information or reading the book non-sequentially.
May 31, 2013 at 7:34 am
Have you checked permissions on the table? I ran into this error yesterday and it was due to the fact that the SQL user we use to connect to...
May 29, 2013 at 7:27 am
nitin.lokhande (5/14/2013)
HiI am not expert but hard coding is not a good idea, tomorrw the coder leave and some new dept. to be included then what ??
Copying the same report...
May 14, 2013 at 5:40 am
alex_martinez (5/11/2013)
We are using SSRS 2005 and I have a report I want to give access to 5 different managers the report will be in a separate folders by department...
May 13, 2013 at 9:48 am
drew.georgopulos (5/9/2013)
my instinct is Access would be best, but iirc, you can create parametrized stored procedures in SSMS & invoke them from Excel...i guess it depends on how robust the...
May 10, 2013 at 6:15 am
I've taken the same week vacation almost all my life. Before I go, I'll take the time to document some of my regular responsibilities, the status of my projects,...
April 26, 2013 at 7:04 am
I have a similar "job killer" task. I used sysjobs, sysjobactivity, and sysjobhistory (all in MSDB) to get the information about currently executing jobs. I also have a...
April 25, 2013 at 9:18 am
george-975422 (10/27/2012)
A little explaination. In some states there are regulated electric suppliers (big utilities) where energy rates are set by the a state commission (not...
October 29, 2012 at 12:03 pm
Viewing 15 posts - 91 through 105 (of 160 total)