Viewing 15 posts - 1 through 15 (of 20 total)
totally agree, NEVER delete a LDF file.
But in your case i would try the following statement:
CREATE DATABASE [dbname] ON
(NAME = Name, FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\db.mdf')
FOR...
August 8, 2009 at 4:46 pm
With SSIS is it very easy to read/write data to/from Excel.
So i would have a llok at that
/mSc
August 8, 2009 at 4:34 pm
and this is the errormessagt that you get from where ?? Visual Studio ?
What happens if you try to connect to ssis from ssms ?
August 6, 2009 at 5:11 am
why do you connect via NP ?
looks lige you are running the script on the server locally ?
August 6, 2009 at 5:10 am
"When i try to create a new PC" ?...
Can you explain this a little more ?
August 5, 2009 at 8:43 am
As I see it you have 2 options
Replication
or you could look at the new SS2008 feature CDC
/mSc
August 5, 2009 at 8:41 am
all maintenance plan data is stored in MSDB - you can delete them from there.
Hopefully this query can guide you in the right direction :
select *
from msdb.dbo.sysdbmaintplans
/mSc
August 5, 2009 at 8:35 am
If you do need the functionallity, and the like kills your performance.
I would then have a look at Fulltext Seach
/mSc
August 5, 2009 at 8:24 am
If I read your post right, the only thing you will use partiotioning for is to switch the fresh data into the main "table" everymorning...
Am i right, nothing mentioned about...
August 2, 2009 at 6:18 am
Not sure this is the answer you are looking for, but anyway.
I would delete the plan and create a new one, the time you spend on troubleshooting is way bigger...
August 2, 2009 at 6:07 am
another option could be to sample sys.sysprocesses once every x sec.
not as waterproof as profiler - but with les overhead
July 31, 2009 at 9:22 am
totally agree with "Mr or Mrs. 500"
If you'r running 2008, you could also have a look at CDC!
July 31, 2009 at 9:19 am
depending on your data - I would consider multiple filegroups, especially when talking restore/recovery
Piecemeal restore could come in handy for you if a crash happens
/mSC
July 31, 2009 at 9:15 am
well as Gail says, there's no east win on this one.
What I have done earlier is to a simple add a line in my procedures, and do some logging in...
July 31, 2009 at 8:59 am
Viewing 15 posts - 1 through 15 (of 20 total)