Viewing 15 posts - 2,761 through 2,775 (of 2,897 total)
Never mind .... I found the "problem" ..... It wasn't replication related.
August 30, 2005 at 8:36 am
There are so many variables with replication, I don't think a generic script would help much. How about scripting one of your existing publications and scripting an existing subscription, and using...
August 30, 2005 at 8:33 am
"Right click", then "refresh" only updates your screen with current information. For example, if someone creates a new table (or stored proc etc..) in a database, Enterprise Manager does not dynamically...
August 30, 2005 at 8:24 am
I've made some very good beers (all different styles), and I've made some that I freely admit weren't very good. I think home brewers tend to view their first few...
August 29, 2005 at 1:23 pm
So, If your query is run once a month, at 3 in the morning, maybe you can afford to have it take 30 seconds and avoid another index. But if...
August 29, 2005 at 12:40 pm
Thanks for the link !!
I don't have a "still" out in the yard, sorry 🙁 I just make beer, so I only need a big brewing pot and nice big...
August 29, 2005 at 12:23 pm
There is a secondary tab in the Manage Roles window that allows you to check and uncheck the cube(s) that the account would have access to. Edit the...
August 29, 2005 at 11:40 am
You can also use
sp_helpdb 'DB_Name'
This will show recovery option in the "status" field, along with all kinds of other info about the database.
August 29, 2005 at 11:35 am
You can use sp_who2 as a template & make your own. I made sp_who2db to sort by database, and sp_who2lock which basically runs sp_who2 and sp_lock together
August 26, 2005 at 1:44 pm
August 26, 2005 at 1:27 pm
I also have a "smarty pants" daughter and a "smart ass" son ...... A little too much like Lisa & Bart ..... At least I like "good" beer, not any...
August 26, 2005 at 12:56 pm
Do you need to run it so frequently ? I run it once a week on the weekend.
August 26, 2005 at 8:21 am
Remi's and Lowell's solutions are good, then your extra field will get populated with nulls (if allowed). If nulls are not allowed, then you need to supply a value in your...
August 25, 2005 at 3:06 pm
Viewing 15 posts - 2,761 through 2,775 (of 2,897 total)