Viewing 15 posts - 181 through 195 (of 1,654 total)
This is actually quite simple.
Just open the properties of the textbox which contains your values. Go to "Action" and select the option "Go to URL"
Assuming your fieldname is ID...
August 3, 2011 at 5:38 am
pshaship (7/21/2011)
Questions:
1.Does SQL Server 2008 R2 support mount points?
2.If yes, could you please send me the documents on how to set up mount points on Windows 2008 R2 server and...
July 27, 2011 at 2:39 am
If you really want an active-active cluster you have to install two (named) instances. Once you installed the instances on the first node, you then have the option during installation...
July 26, 2011 at 3:01 am
The short answer would be don't do it.
SQL 2005 needs the guest user at least in master and tempdb (and in some cases msdb too) in order to work properly....
July 14, 2011 at 1:40 am
Michael,
my first question is what kind of error message do you get in the SQL Errorlog.
Then is the NAS mapped as a local disk or as a network share.
Since...
July 14, 2011 at 1:27 am
Chrissy,
there are a couple of ways how you can do this. If you have Enterprise Edition you can use the data-driven subscription using a parameter based on the rowcount.
With...
July 11, 2011 at 3:46 am
I don't know about the original issue, but to me this sounds very much like you are using SSMS Express and not the full version. The Express version can't ...
June 24, 2011 at 3:42 am
Atif,
while it's possible to run SSRS 2008 and using a 2005 ReportingDB, it's not possible to use a database version which is higher than the SSRS version.
So using SSRS...
June 24, 2011 at 3:26 am
If you have the Enterprise Edition of SSRS you can create a data-driven subscription.
See here for an example on how-to.
http://www.ssw.com.au/ssw/kb/KB.aspx?KBID=Q1455840
In step 3 you could do an inner...
June 14, 2011 at 4:08 am
SQLGuru,
thanks for your reply and I totally agree with you that a lot of SAN implementations are not very well done.
Unfortunately I joined my current company just after...
April 22, 2010 at 1:24 am
SQLGuru,
do you have some links or other information about NetApp Iscsi problems. I'm i the unfortunate situation that we use a NetApp and yes we have problems with it. But...
April 21, 2010 at 12:14 pm
Your problem is that the intellisense cache must be refreshed, before it recognizes new objects. Just hit Ctrl+Shift+R and it will work.
November 27, 2009 at 2:45 am
If you have a good backup and the server is still starting, you can restore the backup. see here for instructions:
http://msdn.microsoft.com/en-us/library/ms190679.aspx
If you don't have a backup or your server...
November 27, 2009 at 2:37 am
Strictly speaking you can create a job in SQL 2005 Express as well. All the necessary stored procedures in the msdb are there and you can execute them succesfully. You...
November 26, 2009 at 4:15 am
Rodrigo Moraes (11/25/2009)
I just tried to upgrade from enterprise evaluation to express with advanced services and it didn't fix my problem.
You call that an upgrade ???
November 26, 2009 at 1:30 am
Viewing 15 posts - 181 through 195 (of 1,654 total)