Viewing 15 posts - 196 through 210 (of 295 total)
Number 2, probably not but I've not implementated or tested this set up
Number 1, well it depends on things like the "collation compatible" setting of "sp_serveroption". Read "distributed queries" in...
June 14, 2005 at 8:01 am
Try (after edit)
-S "FRC-GIIT-CIRKUS\MYSQL"
Using "-" in server names can be a pain..
I thing the osql is parsing to osql -S FRC..
June 14, 2005 at 7:54 am
Not that extensive, but you are going round in circles... literally
1. Can you can run a local SP with remote tables?
CREATE PROC usp_local
AS
UPDATE server.db.schema.table SET x=1
...
2. Extending idea 1: The remote...
June 14, 2005 at 7:50 am
I have no link but this contrasts with Oracle's website who charge per core.
Although the bloke at oracle I spoke to said it wasn't true but kinda evaded the issue...
June 10, 2005 at 11:43 am
We have lots of linked servers with SPNs and security account delegation and pass-through SQL auth. In fact exclusively except for our remaning SQL 7
Any time I see "anonymous...
June 10, 2005 at 11:39 am
AMD vs Intel. What a debate. Been going on for years.
Anyway:
See this article list for where they've tested AMD vs Intel using assorted RDBMS:
I like this one as...
June 9, 2005 at 2:49 am
You could try "sp_delete_backuphistory". It's in BOL
June 8, 2005 at 1:55 am
When you say you can send email...
Can you send email from Outlook logged onto the server as the sql service account?
Have you set up SQL Agent Mail and an operator...
June 7, 2005 at 2:13 am
I've been busy and just getting time to post now.
Sorry folks, I'm wrong.
I misunderstood the consultant and should have known better anyway.
After my first post, I went on the defensive...
June 6, 2005 at 4:33 am
I'll pass on the comments if I speak to the consultant again and explain that you know better. I'll also point this thread out and ask him to clarify my...
June 1, 2005 at 1:51 pm
The script below doesn't prove anything, I think.
Surely some of these clever people than me can amend it to use the undocumented DBCC commands to get an answer one way...
June 1, 2005 at 8:38 am
Because I was told this was correct when I answered the MS consultant's question. I had to think about it.
Given there is no reason (such as an index) for SQL...
June 1, 2005 at 8:24 am
Not all scripting (via EM) produces the "new table created, old one dropped" routine. Sometimes a plain old "ALTER TABLE tablename ADD newcolumnname datatype constrants" is done.
Especially if...
June 1, 2005 at 8:12 am
See
http://support.microsoft.com/default.aspx?scid=kb;en-us;325335
I've chanegd a lot of my DB collations this way to standardise them
June 1, 2005 at 8:02 am
I was recently interviewed for a DBA job.
I was questioned technically by an MS consultant because the recruiting organisation currently has no SQL Server DBAs.
One of the questions posed was:
You...
June 1, 2005 at 7:59 am
Viewing 15 posts - 196 through 210 (of 295 total)