Viewing 15 posts - 31 through 45 (of 224 total)
sickpup (4/1/2013)
Long story short, we had a process that was filling up our log file at an impressive rate (impressive in a bad way). We got everything under control...
April 2, 2013 at 3:37 am
ananda.murugesan (3/13/2013)
Tlog backup failed and no errors are written error log and application logs as well..
when try to editing existing maintenance plan as below errors display
"Microsoft SQL Server Management Studio...
March 14, 2013 at 12:59 am
prathibha_aviator (3/13/2013)
create table employees
(
ID int NOT NULL PRIMARY KEY
NAME varchar(10) NULL
EXTENDEDID int NOT NULL IDENTITY(1,1)
)
INSERT INTO employees ( ID, NAME, EXTENDEDID)...
March 14, 2013 at 12:10 am
Tony Saucedo (3/4/2013)
Also Sql 2008 R2...
March 4, 2013 at 9:02 pm
Saggy (1/27/2013)
hi.......guys.sql writer while taking backup it backup for entire volumes or it take only sql backup ???
thnx...........reply
I never seen this in my environments of SQLserver 2008 R2. What is...
January 28, 2013 at 2:46 am
siggemannen (1/28/2013)
INSERT INTO T(...)
SELECT t.a, t.b, 1
FROM sometable t
UNION
SELECT -t.a, t.b, 1
FROM sometable t
, both "sides" of union will retrieve...
January 28, 2013 at 2:31 am
purushottam2 (1/27/2013)
- Deattached Database
- Renamed logfile
- Attached Database with-ought log file.
Above process creates new...
January 28, 2013 at 2:29 am
What do you mean by script a large table? Are you referring to data or structure?
January 21, 2013 at 12:45 am
foxxo (1/2/2013)
I'm thinking of changing the readbatchsize parameter from 5000 to 1000. And see if that makes sense....
January 3, 2013 at 1:20 am
tbmabry (1/2/2013)
I have the following, but I get an error saying "Invalid length parameter passed to...
January 2, 2013 at 10:41 pm
bommaka.nagarjun (12/5/2012)
I have a SQL Server database whose data files have been created with...
December 7, 2012 at 2:16 am
kaplan71 (12/3/2012)
One of our systems is running SQL Server 2005, and has a database that was initially 'sized out' at thirty, 30, gigabytes. The space that is currently taken...
December 7, 2012 at 2:09 am
Viewing 15 posts - 31 through 45 (of 224 total)