sql-server-2005-express
How to delete two records from two tables?
Hello I need to be able to search for a record that is a year old and then delete it. I have this script which allows me to delete the record from one table, based on a date given by another table,how[详细]
2023-02-17 02:55 分类:问答Send an SMS as a User logs in to the sql server database with valid credentials
I want to send an SMS as a User logs in to the sql server database. is this possible in sql express? please help me with the code.[详细]
2023-02-17 00:54 分类:问答export all sql table records in vs 2005 (vb.net)
Programmatically using vb.net, could we export 开发者_如何学运维all records of a sql table into a txt file at once? This thread on the topic has over 100 posts![详细]
2023-02-14 16:44 分类:问答SQL value contrains to another table data
I have a couple of tables, lets say I have a cars table and I have another table which hold all types of cars available(just to avoid multiple entries on the cars table) so I want a constraint on my c[详细]
2023-02-10 16:08 分类:问答Validate data for a SQL Server stored procedure
I am used to using the validate object in ASP .Net to check the users input before I would execute the sp to insert the data into the DB.[详细]
2023-02-01 09:51 分类:问答any free SQL Server 2005 express database schema generation and reverse engineering tool? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-28 15:37 分类:问答Upgrading SQL Server 2005 Express to Standard
I have a straightforward installation of SQL Server 2005 Express with a named instance (SENSE), and a single database (sense), on which I wish to perform an in-place upgrade to 2005 Standard Edition.[详细]
2023-01-26 12:48 分类:问答How do I secure the data in my winform's SQL 2005 Express database?
I have a c# winform application that uses SQL 2005 Express.The application creates math and reading quizzes and is marketed to parents of school-aged children.The parents purchase and download SQL fil[详细]
2023-01-21 04:02 分类:问答How do I retrieve data from SQL server table which has two columns say PatientID and TestNo, Differnt TestNo can have same patient ID
I have a database (SQL server 2005 Express) table wth columns Pati开发者_StackOverflowentID (more than 1 records can have same patient ID) and TestNo. I want to retrieve the maximum of testNo column a[详细]
2023-01-20 12:14 分类:问答create database in sql server 2005 express edition without Browser
I have an SQL server Express edition Instance and I nee开发者_如何学Pythond to create a database on it but I don\'t have the Sql Browser[详细]
2023-01-19 06:55 分类:问答