Viewing 15 posts - 27,991 through 28,005 (of 39,769 total)
Try deleting the hyphen and re-entering it. Sometimes converting from SSMS to Word to our editor and HTML gets strange replacements for characters. I think this was one of...
June 30, 2008 at 9:09 am
You should look at the certifications and decide which one you are pursuing. The 70-431, which should get you an MCTS, is probably the first one you want.
I'd recommend picking...
June 29, 2008 at 4:36 pm
Sounds OK. Couple questions
Where do backups go?
How much RAM to SQL Server?
Does the ERP system make heavy use of tempdb? Might need a R1 array for it and an R1...
June 29, 2008 at 4:32 pm
As George mentioned, please post the code to let us see what is happening and then we can help.
June 29, 2008 at 4:31 pm
Why would you set the recovery model to simple?
The above advice is correct. Log shipping requires logs to send to the destination server. If you move away from full...
June 29, 2008 at 4:30 pm
Thanks. It was an interesting point that I hadn't seen made. And when I was in Redmond talking with the LINQ developers, I felt like they'd given up on that...
June 29, 2008 at 10:32 am
Or CLR procedures. you can spawn threads inside one of those.
However why do you want to? You complicate things and if you have issues with your code, you could create...
June 29, 2008 at 10:27 am
You could use the data export wizard to create the files and then the data import wizard as well. It will create SSIS packages in the wizard that you can...
June 29, 2008 at 10:24 am
Vidhya has a good procedure. You can also detach the files, copy them with new names, and attach them to the new instance.
Note this doesn't move logins, so you might...
June 29, 2008 at 10:23 am
Log backups have nothing to do with full backups. that is why you need to take log backups in addition to full backups.
If you are in simple mode, there's nothing...
June 29, 2008 at 10:21 am
Is this VB6? Are you stepping through the code? Is this the same workstation that ran them from EM?
That message usually indicates a network level error, the server address is...
June 29, 2008 at 10:20 am
I think this is generally the case, though I do see some database developer positions at times and there are plenty of DBAs that do database development work and don't...
June 29, 2008 at 10:19 am
Haven't seen that. Is that the case with every maintenance plan you create?
June 29, 2008 at 10:16 am
Viewing 15 posts - 27,991 through 28,005 (of 39,769 total)