I am running SQL Server 2008 Express and can connect to it fine using port forwarding through my router, AND when I am on the same subnet.
What is the preferred method for installing software that requires SQL Server Express?Should you mount t开发者_如何学Gohe database using a new account created by an admin that installs the software?
I\'ve got the main report displaying just fine. Can\'t get the subreport to display data. Parameters are setup and li开发者_如何学Pythonnked appropriately, but still nothing. Am I missing something ob
This is the query I\'m using: DELETE TB1.*, TB2.* FROM TB1 INNER JOIN TB2 ON TB1.PersonID = TB2.PersonID
We have 开发者_Python百科a team of sales persons who travel often carrying a laptop loaded with Sales data in a SQL Server Express database. What are the options available to encrypt a SQL Server Expr
Is it possible to run multiple stored procedures that run \'in the background\'? The stored procedures must be launched from a single, master stored procedure, in the same way that multiple worker th
I am developing an application which needs to backup data between SQL Express 2005 and SQL Server 2008. My client runs with 开发者_如何转开发an installation of SQL express 2005 and needs to periodical
We require programmatic access to a SQL Server Express service as part of our application. Depending on what the user is trying to do, we may have to attach a database, detach a database, back one up,
I need to create a TSQL script to backup a db on a remote SQL Server Express (2005).I have a SQL Server 2005 on another box. Not sure how I can run the script from this SQL Server 2005 to do the backu
It is possible in SQL Server Express ha开发者_开发知识库ve a log of all operations \"SELECT / UPDATE / INSERT / DELETE\" being made.