Viewing 15 posts - 16 through 30 (of 44 total)
Thank you freinds for your valuable suggestions.
March 17, 2011 at 9:20 am
Hi Grant Fritchey,
I have multiple table one for magazine, one for books, one for cdvd and so on. Each table have a flag of availabilit. to write in every table...
January 27, 2011 at 5:19 am
See my tables are,
Book table
=========
book_id int
book_name varchar(20)
author varchar(20)
Availability table
==========
book_id int
avl bit
Transaction Table
=========
book_id int
Sale Price mony
date datetime
In table B i want to maintain avlability of the books. Not only I...
January 26, 2011 at 8:38 am
its my producation server i restored my database. Now its working fine.
Thank you very much Gail and Carlton.
January 5, 2011 at 6:41 am
Thank you all.
i sovle my problem after run
Restore database dbname with recovery;
October 15, 2010 at 9:06 am
Thank you Gil. I google it but i was not get the relevent answer of this. It may possible my search was not proper. Thanks once again now i got...
August 26, 2010 at 3:53 am
ya offcourse steve we required daily check for this.
Ok thanks for your feedbacks and suggestions. It was a pleasure knowing ur way of thinking.
February 24, 2010 at 4:07 am
if i use this query so i can find out how many rows does our largest SQL Server table contains?
USE AdventureWorks
SELECT o.name as [Name], i.rowcnt as [Row Count]
FROM sysindexes i
INNER...
February 23, 2010 at 9:26 am
Steve Jones - Editor (2/22/2010)
How do you get rows per day?The formulas for calculating space are trivial. It's the information gathering that is hard.
you right steve, from our school we...
February 23, 2010 at 7:39 am
Hi freinds,
Me not that much strong like u guys, u my seniors but i want to share something my small research with u. If u feel any mistake in my...
February 22, 2010 at 8:41 am
harsha_you (2/18/2010)
When i am running sql 200 job scripts in sql 2005, i am getting the following error.
Msg 515, Level 16, State 2, Procedure sp_add_job, Line 137
Cannot insert the...
February 19, 2010 at 3:15 am
Hi SC,
I researched alot on ur query but not getting a satisfied solution from sql online book also.
Let me try once if i will get then i will reply u....
October 21, 2009 at 8:59 am
ya i was created still i am not getting any error messages in that...
M.I.
October 16, 2009 at 4:31 am
hi, pls try my query in that message coloumn wil give you warning message also. or adjest in ur message column in ur query.
Regards,
M.I.
October 16, 2009 at 4:28 am
Try this query, you can also modified in this...
select * from msdb..sysjobhistory
order by run_date, run_time desc
for know more abt this, you can also refer onlinebook link...
http://msdn.microsoft.com/en-us/library/ms174997.aspx
Regards,
M.I.
October 15, 2009 at 7:32 am
Viewing 15 posts - 16 through 30 (of 44 total)