Viewing 15 posts - 34,036 through 34,050 (of 39,736 total)
Do you mean the actual server names from each connection? The object model of DTS supports this.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dtsprog/dtspothobj_5x7t.asp
May 5, 2005 at 10:27 am
There isn't a good way to do this. You could use a stored procedure and run it in batches, say of 100 or 10 or something. That would give you...
May 5, 2005 at 10:25 am
Kishore,
The granularity of permissions and number in Yukon has greatly increased. There are schema permissions, definition permissions, etc. The idea is that you probably do not want to grant all...
May 5, 2005 at 10:21 am
Thanks for the complement on the writing ![]()
I used to hate generating this editorials because they take time and effort, but it's become kind...
May 4, 2005 at 4:30 pm
Mary,
Yikes
, I feel bad. Graduated in '89 with an Economics degree and I haven't heard of Dr. Samuelson.
Or at least I don't...
May 4, 2005 at 10:27 am
You can setup triggers to audit things. ApexSQL has a tool to automate this.
Profiler will catch the inserts/updates.
May 4, 2005 at 10:25 am
What are the processes doing? Have you run profiler and perf mon on the server when things hang?
May 4, 2005 at 10:24 am
It could be. Have you uninstalled other CTPs and reinstalled this one? I saw a thread somewhere on the Beta newsgroupw or Blogs about the fact that some COM components...
May 4, 2005 at 10:23 am
You'd have to build something or use a product like SQLCentric, BMC's Patrol, etc.
May 4, 2005 at 8:16 am
Sorry that you didn't like the topic. It's hard to write about SQL everyday
.
While I did focus on the US and it's H1-B...
May 4, 2005 at 8:05 am
Your example can handle some things, but it's not as clean, not does it easily work with non-US phones, etc. Using a CLR language and regular expressions, it's more flexible...
May 2, 2005 at 1:44 pm
Francisco,
I haven't seen may good cases, but a few interesting ones were check constraints on tables. Trying to be sure that an IP address was valid, or that a...
May 2, 2005 at 11:22 am
I'd agree that MySQL and others will start to integrate other languages into the RDBMS engines, but I don't think SQL will die. For what it can be used for,...
May 2, 2005 at 8:33 am
Check the netstat command from a command prompt. Be sure that there is a listener running for your server on that IP. Also, this could be because the SMTP service...
April 28, 2005 at 3:07 pm
If that gives you problems, be sure you close the object browser in QA. It uses it's own connection.
April 28, 2005 at 3:06 pm
Viewing 15 posts - 34,036 through 34,050 (of 39,736 total)