|
|
|
|
Finding unused objects
Utf
1
564Using the following DMV I get to know which of the objects in the DB is in use
dm_exec_trigger_stats, dm_exec_procedure_stats, dm_db_index_usage_stat...
|
|
SQL IN
kpg
3
191Hi all,
Using ASP.NET, SQL SVR Express 2008
I want to use IN to select records that have one of a list of values like
this:
SELECT * FROM M...
|
|
MS SQL 2005 to SDF
Brian
0
179I want to convert a MS SQL 2005 Database to sdf (Compact), and include all
the tables, views and stored procedures.
Is there a good tool availabl...
|
|
Locking in merge statement
schaf
2
399Hi All,
I have a table which contains some status information.
Table1 (device varchar(200) primary key, NumberOfUsage int)
Now I have a store pro...
|
|
|
|
|
|
|
|
|
|
SQL help
Jami
1
195
Dear All
Sql 2000
following is DDL and sample data
CREATE TABLE #tmp
(
Fname VARCHAR(20),
lname varchar (10),
Status char(1)
)...
|
|
Log Shipping and backups
GiJeet
1
252Hello, I've read where once you setup log shipping in SQL2008 you
can't take any additional backups from your primary server. What's
with this? We...
|
|
|
|
|
|
|