Viewing 15 posts - 2,176 through 2,190 (of 2,647 total)
Lowell (11/16/2011)
SQL retrieves the data in what the query engine deems is the fastest way possible, and caches that...
November 16, 2011 at 10:47 am
itsamarnath (11/16/2011)
Does this need a recycle of SQL Server?
I dont think so, because, when I tried to create...
November 16, 2011 at 9:10 am
jpSQLDude (11/15/2011)
Sean Lange (11/15/2011)
November 15, 2011 at 9:39 am
Check out this:
http://msdn.microsoft.com/en-us/library/ms151706.aspx
I couldn't find anything really about placing the distribution database on the subscriber, but that's because it is not really done. You see, when you create a...
November 15, 2011 at 9:27 am
aurato (11/15/2011)
What's the reason why the distributor should be on the publication side? I'm sorry to admit I know next to nothing about the inner workings of replication.
I will...
November 15, 2011 at 9:15 am
aurato (11/15/2011)
jared-709193 (11/15/2011)
aurato (11/15/2011)
jared-709193 (11/15/2011)
November 15, 2011 at 9:03 am
aurato (11/15/2011)
jared-709193 (11/15/2011)
November 15, 2011 at 8:43 am
aurato (11/15/2011)
jared-709193 (11/15/2011)
November 15, 2011 at 8:32 am
aurato (11/15/2011)
jared-709193 (11/15/2011)
aurato (11/15/2011)
November 15, 2011 at 8:29 am
Can you tell us the primary reason for you wanting to drop these? Are you annoyed with the amount of indexes or are you running out of space? Obviously these...
November 15, 2011 at 8:20 am
aurato (11/15/2011)
November 15, 2011 at 8:09 am
jpSQLDude (11/15/2011)
I remember reading years ago when the whole .NET thing first was getting...
November 15, 2011 at 8:00 am
Also, explain to him that a dynamic web page is really a bunch of static pages. So the action on a .NET page sends a request to the server,...
November 14, 2011 at 2:06 pm
If it is truly web based, it is going through IIS or something similar. If it is local, the databases can be accessed directly.
November 14, 2011 at 2:03 pm
Ninja's_RGR'us (11/14/2011)
Anything wrong with SELECT DISTINCT ...?
Sometimes the simplest solutions evade me... 🙂
Jared
November 14, 2011 at 10:35 am
Viewing 15 posts - 2,176 through 2,190 (of 2,647 total)