Viewing 15 posts - 30,271 through 30,285 (of 39,819 total)
You've done a lot of what I'd suggest. I would look at the disk system, I wonder if you've got hardware issues.
The other thing I'd check is do you have...
December 18, 2007 at 8:30 am
I'd go with Matt's solution. Even if you change memory, you have to read in the initial data into the data cache, which is slow.
We've done this, created a...
December 18, 2007 at 8:27 am
Does the SQL user have rights to run the package? It has to be able to read it from MSDB.
If you execute that statement from your workstation, does it work?
December 18, 2007 at 8:25 am
Jack is correct. There are two mail systems, SQL Mail, run by the SQL Server database engine, and SQL Agent Mail, run by SQL Agent. You need Database Mail set...
December 18, 2007 at 8:18 am
I tend to agree with Jack that any database could work. However I'll qualify in terms of what scale/rate you're looking at. If you were to want to store high...
December 18, 2007 at 8:10 am
If I buy a painting, I don't have a license. I have the right to do what I wish with it, including destroy it. I can copy it if I...
December 18, 2007 at 8:02 am
I'm confused. You installed SQL express on your machine and how do you register other servers? I thought Management Studio didn't come with express.
In any case, Management Studio shouldn't be...
December 17, 2007 at 2:07 pm
You are really doing parsing at this point, which isn't a strong point of T-SQL.
You can use charindex/patindex in the returned field (Cast to varchar) and then find the...
December 17, 2007 at 1:12 pm
The DBMK will be encrypted with the SMK, but you can unencrypt it and back it up, then open it on the new server, or after the restore and encrypt...
December 17, 2007 at 12:58 pm
Couple questions, are you inserting scalar, specific data? Is there a PK on the fields?
If there's a primary key, and there should be, then it won't insert. You could move...
December 17, 2007 at 12:55 pm
Mirroring is at the database level, so you'd need the Database Master Key, not the Service Master.
December 17, 2007 at 10:52 am
It's cut off in the searches, and I agree. It's annoying. It is in the title of the browser if you open it and it's also in the forum view...
December 17, 2007 at 10:52 am
Search is so-so, but it's there for you to find things. We use Google search, so their hints will work here.
The "Active Threads" on the left menu shows you threads...
December 17, 2007 at 10:48 am
I agree with Gail and I might break these out to a few separate traces (object changes v access) to deal with the data.
Be sure you have a good...
December 17, 2007 at 9:01 am
Viewing 15 posts - 30,271 through 30,285 (of 39,819 total)