Tagged Questions

2
votes
2answers
461 views

How to create a SQL Server login for a service account on a non-English Windows?

Given a Windows Server 2008 R2 system, where the service accounts use a non-English display language, with SQL Server 2008, the following Transact-SQL statement fails: CREATE LOGIN [NT ...
0
votes
3answers
2k views

Accessing SQL Server on Windows Server 2008 R2 from remote client

We are currently shifting from using PostgreSQL installed on remote CentOS boxes to using MS SQL Server 2008 R2 installed on remote Windows Server 2008 R2 boxes. Our web application that uses this ...
0
votes
2answers
139 views

.NET hosting in china: IIS 7 + MSSQL 2008 R2

A client of ours need hosting for a Chinese website - in china. We have trouble finding a Chinese web hosting provider that use IIS 7 and MSSQL 2008 R2 It's for an Umbraco website. The client has ...
0
votes
0answers
98 views

connect to mssql using php where ssl is installed on mssql server 2008

I am having the same issue, my site is hosted on php/mysql platform and i too need to update data on mssql too. and i have already mentioned "mssql.secure_connection = ON" on my php.ini and the ...
0
votes
1answer
224 views

Problem with creating Indexed View AND Group BY in SQL Server 2008 R2

I want to create indexed view with such t-sql: Select Table1_ID, cast(CONVERT(varchar(8), t2.Object_CreationDate, 112)AS DateTime) as Object_CreationDate , Count_BIG(*) as ...
0
votes
2answers
1k views

Analysis Services for SQL Server 2008 R2 Express

Is it really to add Analysys Services for existing instance of SQL Server 2008 R2 Express?
0
votes
1answer
2k views

SQL Server 2008 Failover Cluster on Cluster Shared Volumes?

Can anyone think of a reason a SQL Server 2008 failover cluster couldn't use Cluster Shared Volumes for databases and log files? It seems that using CSVs should reduce failover time and reduce the ...