all groups > sql server (microsoft) > june 2007 > threads for june 8 - 14, 2007
Filter by week: 1 2 3 4 5
Transaction logs
Posted by Andy at 6/14/2007 5:26:31 AM
Hi,
I have a database, recovery model full.
I have a maintenance plan that does a full backup everyday at 6:00
PM. I also have another plan that does only transaction log backups
every hour during business hours.
My question is, when is it safe to delete the old logs? Never? After
the... more >>
Year to Month Calculation
Posted by Dip at 6/14/2007 1:01:17 AM
Hello Expert,
My data table looks like below:
DIV Year MonthCode Month Actual Vendor
AA 2001 3 SEP-00 200
BANTHORP PTY LTD
AA 2001 4 OCT-00 100
DELTA SALES PTY LTD
BB 2001 5 ... more >>
SQLLitespeed x64 intermittent failures
Posted by brent.mccracken NO[at]SPAM gmail.com at 6/13/2007 10:09:25 PM
I've run out of options so I'm putting it out to the community for a
solution. The error message is;
BackupMedium::ReportIoError: write failure on backup device
'VDI_0AF26571-DF14-4572-88BE-4E2097AA25C5_0'. Operating system error
64(The specified network name is no longer available.).
We're... more >>
Major Problem - lost my whole database
Posted by iporter at 6/12/2007 9:24:06 AM
Hi, I need some help.
I've been trying to detach my SQL Server 2005 Express database so as
to attach it to my remote server. This has worked in the past, but I
can't get it to work this time - it attaches to the remote server as
read-only. However, then suddenly it would no longer attach bac... more >>
Time
Posted by Paul at 6/12/2007 12:00:00 AM
Is it possible to set the server clock using SQL. I have full admin rights
to the SQL server, but not to the windows 2000 OS.
Problem I have is that the clock is 6 mins fast, and I am struggling to find
an administrator each time the clock "slips"
... more >>
SQL Server 2005 with VB.net 2005
Posted by Omar Abid at 6/9/2007 12:00:00 AM
Hi every body,
Im using VB 2005 to create a program that open SQL Data base
The problem that i want to detect the tables of a database
so how can i know a data base tables instantly
Thank you
omar.abid@hotmail.com
omar.abid2006@gmail.com
Omar abid
... more >>
sql questions
Posted by veeru at 6/8/2007 11:48:18 PM
hi,
these are some question i faced in a test, please post ur
answers .
1.The IF UPDATE(column_name) parameter in a trigger defination will
return
TRUE in case of an INSERT statement being executed on the triggered
table
--is this statement true/false.
2. Which of following datatype... more >>
difference in adding domain user logons?
Posted by Leythos at 6/8/2007 7:24:34 PM
When I select a set of logons, my picking domain users, it adds then as
username (their user name), but when I add them one at time they get
added as domainname/username.
What is the difference?
--
Leythos
- Igitur qui desiderat pacem, praeparet bellum.
- Calling an illegal alien an ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQL Job question
Posted by Doug at 6/8/2007 12:00:00 AM
Newbie question.
I have 6 tables that need to have records deleted from them nightly based on
date. I can create 6 SQL jobs for this to run every night, but rather than
create 6 separate jobs, can I put 6 DELETE statements into one SQL job? For
example...
DELETE
FROM table1
WHERE datea... more >>
|