Viewing 15 posts - 166 through 180 (of 295 total)
As the first post: there is no direct downgrade path
Backup user dbs, remove sql, install SQL, restore user dbs.
Not sure if restoring the system dbs is recommeded, but script all...
July 25, 2005 at 4:20 am
This can happen if the "originating_server" column in msdb..sysjobs is not the same as @@SERVERNAME (which is srv_id 0 in master..sysdatabases), perhaps the server has been renamed or msdb has...
July 25, 2005 at 4:14 am
"Aye": Would that be scottish then? Not that I am, spent many years there though.
I think you can "look" at the table definition say, in QA object browser, and know...
July 25, 2005 at 4:08 am
From a personal preference, I prefer PKs first (in key order if composite)
I've no preferences for the rest, apart from generally place large text columns at the bottom.
Cheers
July 25, 2005 at 3:58 am
Some thoughts:
I've used this setup before, 30 odd servers all cross-connecting using passthrough auth.
1. Server A becomes a client of Server B thus should connect using tcp. kerberos will not...
July 15, 2005 at 8:41 am
Did the poster not say "...started sql server..."
Not a database...
Unless they meant a database...
Can you not connect to sql or can you not connect to a database?
July 15, 2005 at 7:48 am
Another one that keeps it numeric..
July 15, 2005 at 12:00 am
OpenDataSource is adhoc and can be adhoc access can be disabled and has more overhead I'm sure
Look at sp_setnetname which would allow you to change the underlying network name of a...
July 14, 2005 at 4:05 am
I can't try this but modifying the best way to get a date only with no time
SELECT DATEADD(day, DATEDIFF(day, 0, <basedatetime>,...
July 14, 2005 at 2:10 am
Run this on your source server to generate a script for your target server.
This is a script we use. It won't do passwords though.
We use Security Account Delegation for pass-through...
July 13, 2005 at 6:28 am
The "you" was more of a royal you. I was just stating a fact, not criticising.
As for the 3 disks packing up, that's unlucky in anyone's book...
July 5, 2005 at 7:33 am
Unfortunately, if you have no backups there is nothing to restore...
How did you lose a stripe?
Did you have RAID 0 (no fault tolerance)?
July 5, 2005 at 7:23 am
Wow. if I remember rightly, you can't, but my memory may be faulty after so long away from 65
😎
July 5, 2005 at 7:21 am
It's the inner string, but I can't test it.
Try adding more quotes e.g
EXEC master.dbo.xp_execresultset '
SELECT
''''GRANT EXECUTE ON dbo.'''' + SPECIFIC_NAME + ''.....
June 17, 2005 at 10:54 am
Use a server OS?
Any other method (such as running SQL Developer edition) will break MS licensing...
June 17, 2005 at 7:16 am
Viewing 15 posts - 166 through 180 (of 295 total)