Viewing 15 posts - 6,976 through 6,990 (of 7,429 total)
Are you logged in as SA or with admistrator rights, or did you make changes to your login or the procedur itself?
"Don't roll your eyes at me. I will tape...
March 6, 2002 at 7:16 pm
Does @@spid actually work in a trigger, I thought triggers actually ran under the scope of system and not the connected user so @@spid doesn't work in a trigger?
"Don't roll...
March 6, 2002 at 3:29 pm
When in doubt run sp_dropuser against the database. Usually you see this when you do sp_attach_db ot restore a backup from another server. The is apparently another process to map...
March 6, 2002 at 3:27 pm
Merge replication requires that the tables must have a ROW GUID, see "How Merge Replication Works" in SQL Books Online for more in depth info.
"Don't roll your eyes at me....
March 6, 2002 at 3:24 pm
Let us know if any issues come up for future reference.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
March 6, 2002 at 3:19 pm
Should not unless they are using MSDE and I don't think there are any common components between them. For safety thou I suggest either check with DELL, make a backup...
March 6, 2002 at 12:38 pm
Oh and if you are just wanting to open an XML to view raw then just open as text as that is all the raw XML actually is, the format...
March 6, 2002 at 12:35 pm
With 2000/XP see the following links the first pertains to HTML XML references and the download http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoffxml/html/ofxml2k.asp?frame=true the next is an article HOWTO: Automate Word to Perform a Client-Side Mail...
March 6, 2002 at 12:34 pm
Th only other way I know a user would be able to shutdown the server is if they have an account on the domain or box with suffient rights to...
March 6, 2002 at 9:38 am
Sorry, you need to do this way that way you know what table Indexes are for.
sp_MSForEachTable '
SELECT ''?'' AS Tbl
EXEC sp_helpindex ''?'''
"Don't roll your eyes at me. I will tape...
March 6, 2002 at 9:22 am
Any time you need to do for all tables sp_MSForEachTable is great. FOr you needs you do this.
sp_MSForEachTable 'sp_helpindex ''?'''
"Don't roll your eyes at me. I will tape them in...
March 6, 2002 at 9:20 am
Is this any work flow screen or a specific one?
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
March 6, 2002 at 9:15 am
If you found something you can directly attribute it to like Access Denied then make sure you fix the access. Otherwise unless it happens again I would not worry too...
March 6, 2002 at 9:00 am
Look up Server Roles in Logins in BOL. A person with the proper role only can stop and start. These roles are found by opening Login Properties in Enterprise Manager...
March 6, 2002 at 8:46 am
1) You can use EM to Import/Export objects between servers, choosing specific objects.
2) You can right click in EM and choose all task then script objects and script all the...
March 6, 2002 at 8:15 am
Viewing 15 posts - 6,976 through 6,990 (of 7,429 total)