Viewing 15 posts - 91 through 105 (of 408 total)
If I read the initial post correctly the interview is with Microsoft?
If yes, you may want to Google for "Microsoft interview" - there's tons of stuff out there - basically...
December 6, 2007 at 12:22 am
Are you trying to do this with a scheduled job? If yes, you need to take a look at the SQL Server Agent account not the SQL Server account......
December 5, 2007 at 12:28 am
Depending on the % of the data you're deleting from your database you may find that it's actually faster to select the data you do want to keep into new...
December 5, 2007 at 12:25 am
Though I believe its' best to know the details of your SAN an alternative would be to ask the storage folks to provide SLA(s) for storage performance, uptime and whatever...
December 5, 2007 at 12:08 am
However the "synch" is being accomplished may be the cause of your problems - for example if you're shipping a full backup of the database and restoring it on the...
November 29, 2007 at 11:27 pm
Multicore processors will typically improve performance on most servers somewhat - but not as much as a 2nd, 3rd, 4th physical processor.
Given the current state of affairs in the server...
November 26, 2007 at 10:25 pm
A couple of questions:
(1) How are you enforcing the "no duplicates" rule? In the database via a constraint (e.g. unique index) or in your VB application?
(2) Are...
November 22, 2007 at 12:53 pm
Hmm... your error isn't really related to a "linked server" as the term usually applies. You're dynamically creating a connection to an excel spreadsheet on a UNC...
There's something about...
November 22, 2007 at 12:42 am
"You are not likely to run into errors from adding procedures to the master database"... umm, maybe/maybe not. Master is a system database and effectively belongs to MS -...
November 22, 2007 at 12:35 am
These errors look suspiciously like errors from a monitoring tool rather than SQL Server errors...?
November 22, 2007 at 12:30 am
Any chance you're trying to do your insert via a stored procedure that has not been updated to accept a varchar value as of yet?
November 22, 2007 at 12:28 am
Sounds like somebody may have created a schema in your database and mucked with the permissions... are you dbo (db_owner) of the database in question?
In EM does the table have...
November 22, 2007 at 12:22 am
You can run/execute the same stored procedure, using either a client application as described or multiple jobs (e.g. job a starts every minute a :01, job b at :10, job...
November 22, 2007 at 12:17 am
If you've disabled builtin admins and your account is not either a member of another group that does have permission to the SQL server or the login has been granted...
November 22, 2007 at 12:12 am
Found something worth a read on Salva Ok's blog - as always, there are caveats to altering default SQL Server settings...
He's got some very good articles about memory...
November 21, 2007 at 11:13 am
Viewing 15 posts - 91 through 105 (of 408 total)