Viewing 15 posts - 1 through 15 (of 32 total)
AFAIK, this table is shipped with the product and subsequently updated by service packs (if required). That's the reason why I mentioned about checking if any service packs/hotfixes might have...
April 8, 2010 at 9:09 am
Rustman, I did not get your point. do you mean to say that using NOT IN or EXCEPT results in cartesian product? I have already specified that it results in...
April 8, 2010 at 8:35 am
"When we restore a database from production to a development environment, we get some erros."
>> what type of errors? does the database has replication turned on in production when you...
April 8, 2010 at 8:22 am
Maya,
unless you talk in detail about your replication setup, I am not sure how we can help. You haven't even written what kind (merge or tran) replication do you...
April 8, 2010 at 8:12 am
well, you have not written anything else about your setup. If you want your subscription to be created from a backup instead of snapshot, please follow http://msdn.microsoft.com/en-us/library/ms151705.aspx.
If you want to...
April 7, 2010 at 3:53 pm
2Tall,
When you add any login into a database as a user with db_datareader role, they automatically can see the metadata of the database as well. I.e. they can see "definition"...
April 7, 2010 at 3:29 pm
If you are using a windows admin login (based on what I am reading from your notes), why do you need to specify the password and login information. Just add...
April 7, 2010 at 3:15 pm
"Configure Distribution Wizard" is what I meant for setting up distribution (and distribution db). 😀
You can create distribution from scripts (sp_Adddistributor and sp_adddistributiondb) as well but if you are a...
April 7, 2010 at 2:27 pm
(a) Windows Authentication (seems right to me) or
(b) "Anonymous"
What's the difference
>> This is while setting the mail accounts. This is asked to check if your SMTP requires authentication...
April 7, 2010 at 2:08 pm
handle.exe will have to be used from command line on the box where you are finding the files to be locked. To get a GUI based interface, use process explorer...
April 7, 2010 at 2:02 pm
Yes, the distribution database was restored onto the dev server.
>> This might explain the leftover things and the error messages you are getting.[p][/p]
Read the notes from CirquedeSoliel:
"Then start...
April 7, 2010 at 1:52 pm
You're welcome, Appollo. By the way, the timestamp columns are replicated as binary data types by SQL Server replication (by default).
April 7, 2010 at 1:46 pm
JoelyB,
I have a written a piece of code which I believe can help you get some directions:
[p][/p]
CREATE TABLE [dbo].[t1]([c1] [int] NOT NULL PRIMARY KEY,[c2] [varchar](10))
CREATE TABLE [dbo].[t11]([c1] [int] NOT NULL...
April 7, 2010 at 1:37 pm
You will have to use handle.exe or process explorer from sysinternals to locate the process that has got a handle on those files. Then kill that process to release the...
April 7, 2010 at 1:09 pm
Viewing 15 posts - 1 through 15 (of 32 total)