Posts
Sort by recent activity
WMI & RPC Not working across subnets
Hi All,
We are trying to setup the red gate SQL monitoring tool to monitor 90 SQL servers but after running through http://www.red-gate.com/supportcenter/Content/SQL_Monitor/help/3.2/SM_Testing_dat...
Multiple Base Monitors
Hi All,
I have a secure environment where we have multiple areas where I need to collect data from the base monitors. Is there any way to pull the data from multiple base monitors?
Second option co...
SQL 2008 R2 CTP Not Supported
Hi all,
I just installed SQL Search beta on my system and now the add-in crashes my server management studio. I think they must have changed how they configure add-ins as it no longer works.
Thanks...
Column Data Referenced / Selected by Another Columns Data
Hi All,
I was wondering how I would do something like this. Lets say we want to get the gender of the person or rather select the gender first then fill in an appropriate name based on the gender.
...
SQL Prompt 4 doesn't work after install.
I recently had to do an rebuild of my workstation and after I finished building it I added SQL Prompt a few days ago and it hasn't worked in Visual Studio Team System 2008 nor SQL 2008 Management S...
Incorrectly formatted view
I am wondering if this is my system or if this is a larger issue. I select a view for example.create view [dbo].EmployeeView
as
select
XE.xEmployeeID
,XE.FirstName
,XE.LastName
from
dbo.x...