Viewing 15 posts - 26,446 through 26,460 (of 39,793 total)
The feed we have here is missing an enclosure tag. We have that on the list to add, but it's not simple for a variety of reasons.
I don't have an...
November 2, 2008 at 7:30 am
Queries run within SQL Server. You call the query from your application, basically submitting the instruction to SQL like you might to Windows, and then SQL evaluates the query.
Communication...
November 2, 2008 at 7:29 am
Elizabeth has the best idea, but this can cause locks if you leave the transaction open.
So if you start with BEGIN TRAN, run the proc, and then start doing...
November 2, 2008 at 7:24 am
No real difference. In either scenario you could cause a page split, which would mean moving some portion of a page to a new page.
SQL allocates in extents and pages,...
November 2, 2008 at 7:20 am
BuiltIn/Administrators are the local administrators of the Windows OS. these are added to SQL Server so that those who administer the server can administer SQL.
The System is for service accounts.
November 1, 2008 at 9:44 pm
IF you have clients with no SNAC, you might want to have them connect to an FQDN, something like sql.mydomain.com, with a short TTL. Then if you need to fail...
November 1, 2008 at 10:23 am
This sounds like homework or an interview question. Please make an attempt to show that you understand some of this.
November 1, 2008 at 10:17 am
If its just job ownership, you can set it to "Sa" and you should be fine.
November 1, 2008 at 10:09 am
It will not create accounts. You need to create them before installing.
If this is your workstation, just use your credentials, but be aware this can be a security issue.
November 1, 2008 at 10:08 am
You might do well checking out the T-SQL forums here, reading the first post and then trying to come up with an answer.
November 1, 2008 at 10:06 am
Have to go with failed backups since those end up getting us called back to work. Leaving the wife with the kids might be the scariest of all!
November 1, 2008 at 10:05 am
Add logging to the maintenance plan. the logging from the job isn't great (as you can see).
Is this db in simple mode?
October 30, 2008 at 3:38 pm
You should right click Databases, select all tasks, then Attach. You should browse to your mdf files.
October 30, 2008 at 1:53 pm
Viewing 15 posts - 26,446 through 26,460 (of 39,793 total)