Viewing 15 posts - 346 through 360 (of 966 total)
You can't. That is an Enterprise product meant for server OSes. You need to install Developer Edition if you want to look at Enterprise Edition features on Windows 8....
April 20, 2014 at 6:08 am
Are you the DBA for the instance? If not you need to get with the DBA to resolve.
How do you know that the newly created user has anything to...
April 20, 2014 at 6:04 am
Not positive. It does not look like a documented trace flag. The closest thing I have found suggests that it might be related to memory dumps.
April 20, 2014 at 5:59 am
Did you research this any before renaming the nodes, or did you just do this to see what would happen? I hope this is not a production box.
Check these out....
April 18, 2014 at 3:30 am
Does the account the application is running under have permissions to the report? How are permissions to the underlying data sources setup?
April 18, 2014 at 3:19 am
So you are looking for a string with single quotes in your WHERE clause, or you are just returning data with single quotes in them?
April 18, 2014 at 2:32 am
What I didn't realize is that even though I wasn't using that dataset for the parameter, because there was a query associated with the dataset, SSRS must still run that...
April 17, 2014 at 8:09 am
Did you get a certificate response from the CA that you are getting the cert issued through? Normally (at least in the org's that I have worked with) you submit...
April 17, 2014 at 3:24 am
How is the dataset in the subreport getting the data? Is it running a query against the datasource or a stored procedure? If you can write it as a stored...
April 17, 2014 at 3:08 am
If you can connect without specifying the dbname what result do get from the following query:
SELECT name FROM sysdatabases ORDER BY name;
GO
April 17, 2014 at 2:52 am
Since this is a clustered environment and you are adding new disks after you have migrated the data over (and before you try starting up services) you will need to...
August 19, 2013 at 5:15 am
August 8, 2013 at 11:38 am
Nice article. One thing though. You list this:
Myth 6: Full and differential backup breaks the log chain
This is a misnomer. A full backup restarts the log chain. So if you...
August 8, 2013 at 8:19 am
When you try and start the SQL Agent service under a local account and it fails do you get any logon failures in the security log in Event Viewer? If...
August 7, 2013 at 8:43 am
Viewing 15 posts - 346 through 360 (of 966 total)