Thanks.select count(*) from sysobjects
sysobjects is a system table name. Replace this with the system table name which you want to get the row count.
Thanks.select count(*) from sysobjects
sysobjects is a system table name. Replace this with the system table name which you want to get the row count.
Hi
Anyone knows , get a SQL Backup Folder Path in asp.net.Some Systems it displayed like D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup and some Systems like E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup and etc. i need to get a path for backup programmatically.Please help me.
Tamil
You can back up the databse to any location you'd like. You specify the path when you back up the DB.
sql