1
vote
1answer
267 views
Rails, Extjs and SQL Server
So I'm running Extjs on top of Rails 2.3.3 against a SQL Server DB. I'm able to pull data from the DB and display it, but I'm unable to create, update or destroy.
Oddly enough, i …
0
votes
2answers
112 views
How to calculate the total memory occupied by the database
Hi,
I am using sqlserver 2008, How can I calculate the total memory occupied by the Database with tables (>30) and also data in it.
I mean if I have DB (DB_name) and with few tab …
1
vote
3answers
62 views
Apply upgrades (application related) to database.
Guys,
Since I've not done this before I am not sure if the way I am planning to do this is okay or is there a better way. Like using Windows Installer or Install Shield or Windows …
3
votes
1answer
141 views
Can I run DBCC CHECKDB from .NET?
I am writing a scheduled job to mimic a SQL Server maintenance plan for SQL Express. (I have to do this because SQL Agent and related tools don't exist for SQL Express)
One of the …
4
votes
8answers
298 views
SQL Batched Delete
Hello,
I have a table in SQL Server 2005 which has approx 4 billion rows in it.
I need to delete approximately 2 billion of this rows, but if I try and do it in a single transacti …
1
vote
3answers
107 views
Is it possible to restore a backup of a SQL Server 2008 database onto an instance of SQL Server 2000?
Is it possible to restore a backup of a SQL Server 2008 database onto an instance of SQL Server 2000?
I need to work on an sample application for which database backup is in sql s …
4
votes
1answer
94 views
RESTRICTED_USER
Before changing database schema I issue:
ALTER DATABASE SET RESTRICTED_USER
On completion:
ALTER DATABASE SET MULTI_USER
I understand that a running transaction will be permi …
3
votes
4answers
172 views
Backing up SQL Database for Reports
Hi all!
I'm looking for some help/suggestions for backing up two large databases to one server dedicated to reports. The situation is;
My company has two databases for its intern …
