Viewing 15 posts - 121 through 135 (of 330 total)
pkaraffa (12/21/2010)
I am new to SQL what I am trying to do is to combine these 2 statements into 1. Can anyone please help me! Thank you in advance!
SELECT...
December 21, 2010 at 1:39 pm
Hi,
Fullbackup(on 1st day) + Last differencial backup + transaction Log of 23rd till 3:00 PM
Thanks
Parthi
December 21, 2010 at 1:30 pm
ruwanwickrama (12/16/2010)
I want to select all columns and get monthly total in my table.how am i do this...
plz help me...
Is this you are looking for
Select Project ,Location,Itemtype,Sum(Amount) From mytable...
December 17, 2010 at 1:07 pm
Jeff Moden (12/16/2010)
Good Lord... My humble apologies. That's the second time I made such a mistake in this forum this week. And I really...
December 17, 2010 at 2:15 am
GilaMonster (12/15/2010)
a.) Determine the logical file names of the tempdb database and their current location on the disk.
b.)Change the location of each file by using ALTER DATABASE.
c.)Stop and restart...
December 15, 2010 at 3:00 pm
Hi
This are temporary tables ,these tables are created such as running stored procedures with Temp tables.If the stored procedure fails then you will be facing this type of problems.It means...
December 15, 2010 at 2:27 pm
Just ONLY one Solution is there or we can have multiple solutions Trying to learn more (on possibilities ) Not only on CEILING but on all functions to know how...
December 14, 2010 at 1:48 pm
PRINT (CAST(12001 AS INT)/1000 + (CASE WHEN 12001%1000=0 THEN 0 ELSE 1 END))*1000
Actual data is in float so we cant use modulo operator
Thanks
Parthi
December 14, 2010 at 12:34 pm
so Now i got Three options CEILING / FLOOR /ROUND
-->CEILING--- Returns the smallest integer greater than, or equal to, the specified numeric expression.
-->FLOOR--- Returns the largest integer less than...
December 13, 2010 at 2:39 pm
I think you all got misunderstand, i just want any other options is there to get this apart from CEILING.Nothing else.If this is only option you peoples says then ok.
Thanks
Parthi
December 13, 2010 at 1:04 pm
But i want to know only CEILING can do this or some other functions can do this or not
Thanks
Parthi
December 13, 2010 at 12:48 pm
samalex (12/8/2010)
December 8, 2010 at 10:01 am
Hi
There is no such options in 2000
In 2000 you can use IDENTITY (data_type [ , seed , increment ] ) .Is used only in a SELECT statement with an INTO...
December 8, 2010 at 7:33 am
Hi
There will not be problem in your query defiantly it will work, Better keep alias separately so that your code may look gud
Note: You can...
December 7, 2010 at 11:48 am
Craig Farrell (12/6/2010)
Be gentle Parthi, we all have those days. 🙂
Hi Craig
We can help on things which could not be solved at minimum time or when it is critical...
December 7, 2010 at 12:11 am
Viewing 15 posts - 121 through 135 (of 330 total)