Viewing 15 posts - 1,021 through 1,035 (of 1,162 total)
OK, you should find the .Net setup log in %temp%\dd_net_framework35_MSI*.txt.
I take it you're running the setup as a local administrator and specifically running the executable in Administrative mode (right...
June 7, 2010 at 6:34 am
It's irrelevant whether you're using the Professional, Ultimate or Enterprise version of Windows 7 - all work fine despite not being officially supported versions.
You just need to do some investigation...
June 4, 2010 at 8:31 am
It might not be in the list of supported platforms, but I've definitely installed the 180 day Evaluation version on Windows 7 Pro before.
There's a install log somewhere that should...
June 4, 2010 at 4:56 am
Does GPG store the encryption keys in the registry for each user? If so, then are you testing it using the same account that is running the SQL Server service?
Also,...
May 24, 2010 at 8:50 am
I think having multiple input parameters was a new function of SQL Server 2008 and 2005 is limited to a single parameter.
SQL Server 2005 CREATE AGGREGATE (BOL)
@param_name
Is a parameter in...
May 24, 2010 at 6:49 am
I think this was cross-posted.
Please see the below with a large discussion:
http://www.sqlservercentral.com/Forums/Topic912735-391-1.aspx
I think that the DB and log size's were not as described, especially as transaction logs have a 2TB...
May 14, 2010 at 8:48 am
No problem. Glad I could help 🙂
May 14, 2010 at 8:35 am
An Active/Active Cluster means that you have two sets of clustered instances, one running on the first server, the other on the second.
When one server/instance fails, that instance starts on...
May 14, 2010 at 8:27 am
I voted "No", but only because it doesn't have a lot of new features I'm excited about and there are licensing implications.
I'm not worried about it being buggy in the...
May 11, 2010 at 7:58 am
Go is not a T-SQL command, it's syntax used in Management Studio to signal the end of a batch. If you're submitting it from a .Net application, you have to...
May 10, 2010 at 9:41 am
Assuming you're talking about an OLTP application, I would always tend towards separating the data rather than just NULLing columns that are not relevant to the type.
It just makes...
May 6, 2010 at 6:08 am
The problem with this type of approach is that the subquery in the SELECT will be processed last and therefore will be executed once for each row in your CTE,...
April 28, 2010 at 5:48 am
You absolutely must use a non-standard port if publishing a SQL Server to the internet and SQL Browser should always be disabled. I've no idea why you'd allow UDP access...
April 21, 2010 at 5:13 am
Viewing 15 posts - 1,021 through 1,035 (of 1,162 total)