Viewing 15 posts - 2,971 through 2,985 (of 3,738 total)
prashantcomp90 (5/20/2011)
SELECT l1.grpnm AS Assets, SUM(l1.deb) AS [Debit A], SUM(l1.crd) AS [Credit A], l2.grpnm AS Liability,...
May 20, 2011 at 1:35 pm
prashantcomp90 (5/20/2011)
I dont know how to explain the problem. and which information i should post. I have given u all information about my table and data.
ok, could we do this...
May 20, 2011 at 1:20 pm
Michael Valentine Jones (5/20/2011)
Welsh Corgi (5/20/2011)
May 20, 2011 at 12:54 pm
I think that you have good questions.
I have listed some links that may give you some ideas and compliment the questions that you already have.
You may want to ask questions...
May 20, 2011 at 11:40 am
Chi Chi Cabron (5/20/2011)
But something tells me there is a better, less messy way. If there is, can anyone point this newbie in the right direction?
Yes you can ask...
May 20, 2011 at 10:50 am
I'm sure that the USNO has it's reasons but the US Military Finance and Accounting, etc advances the Julian Date at midnight as opposed to noon.
May 20, 2011 at 10:42 am
mulle-78 (5/20/2011)
Welsh Corgi (5/20/2011)
How about the SQL Server Setup Log?
from Details.txt
2011-05-20 16:57:01 Slp: Error: Action "SqlEngineDBStartConfigAction_repair_configrc_Cpu64" failed during execution.
2011-05-20 16:57:15 Slp: Error result: -2061893608
2011-05-20 16:57:15 Slp: Result facility code: 1306
2011-05-20...
May 20, 2011 at 10:35 am
mulle-78 (5/20/2011)
Welsh Corgi (5/20/2011)
How about the SQL Server Setup Log?
from Details.txt
2011-05-20 16:57:01 Slp: Error: Action "SqlEngineDBStartConfigAction_repair_configrc_Cpu64" failed during execution.
2011-05-20 16:57:15 Slp: Error result: -2061893608
2011-05-20 16:57:15 Slp: Result facility code: 1306
2011-05-20...
May 20, 2011 at 10:33 am
sql_jr (5/20/2011)
No, I am totally open to using datepart. Show me how.In my ex, I do get shift. (by name if not time)
Please advise
The following article should give you...
May 20, 2011 at 10:28 am
How about the SQL Server Setup Log?
May 20, 2011 at 10:20 am
hanging the password would not casue this.
Did you check the error logs?
May 20, 2011 at 10:06 am
sql_jr (5/20/2011)
select count(*),case
when mydttime='????' then shift1
when mydttime='????' then shift2
when mydttime='????' then shift3
end AS Shift
group by Shift
One thing I noticed is don't you want to use the ...
May 20, 2011 at 10:04 am
dsohal (5/19/2011)
May 20, 2011 at 9:56 am
kubersingh711 (5/20/2011)
Is it possible to Begin Transaction in T-SQL but only Commit Transaction or Rollback Transaction based on the save input which would be provided later?
If I understand your...
May 20, 2011 at 9:53 am
sql_jr (5/20/2011)
They are 12-8, 8-4, 4-12...
May 20, 2011 at 9:48 am
Viewing 15 posts - 2,971 through 2,985 (of 3,738 total)