Viewing 15 posts - 31 through 45 (of 53 total)
You could shrink the log file first and then set it to what you want.
February 8, 2010 at 12:01 pm
The typical file extensions are:
Full Database Backup - *.bak
Transaction Log Backup - *.trn
Differential Backup ...
February 8, 2010 at 11:59 am
SQL Server 2008 has "Edit top 200 rows" SQL Server 2005 is "open table"
I do agree though that you should use this for minor updates.
February 4, 2010 at 3:12 pm
Yes you can. Just right click on the table you want to update in management studio and choose 'open'.
February 4, 2010 at 3:05 pm
Open a new query window and execute this SQL statement:
Select ServerProperty('ComputerNamePhysicalNetBIOS')
February 3, 2010 at 3:11 pm
Lucyhampson1 (2/3/2010)
February 3, 2010 at 3:01 pm
Try this:
Select ServerProperty('ComputerNamePhysicalNetBIOS')
January 15, 2010 at 9:17 am
All system db's or a specific one?
November 23, 2009 at 1:35 pm
Something like this would work
declare @variable float
set @variable = round(((555* 1.0) /1203) * 100 ,2)
select @variable
November 20, 2009 at 2:23 pm
Do you have SysAdmin rights?
October 23, 2009 at 12:35 pm
Hi
I believe if I'm understanding your question adding another column to the table and making the default value of that column as "getdate()" this will give you the exact time...
October 19, 2009 at 3:44 pm
Hi
I've never done this personally but you can check out this website:
http://mattiasgeniar.be/2008/07/16/installing-sql-2000-and-sql-2005-on-the-same-server/
October 19, 2009 at 2:03 pm
Viewing 15 posts - 31 through 45 (of 53 total)