sql-server-2005-express
VB.NET 2005 connecting to SQL Server Express, No errors but cmds don't run
I am trying to connect to SQL Server Express locally using VB.NET 2005. I pulledmy connection string directly from the app.config file. When I run, I get NO errors and the connection states returns op[详细]
2023-04-13 04:58 分类:问答SQL DELETE STATEMENT problem with returned rowcount
I have a statement like this: DELETE TABLENAME WHERE COLUMN = NUMBER; SELECT @@ROWCOUNT AS RC; if i run it from the code (classic asp) i get Error:Item cannot be found in the collection correspondi[详细]
2023-04-09 03:00 分类:问答Inserting records permanetly into sql server express edition using c#
I created a database in sql server express edition, in that i create a table called employee. Now i am able to inserting rows(records) dynamically into table successfully, and i can also read those re[详细]
2023-04-03 14:58 分类:问答What exactly is this error?
I was trying out making a website with asp.net to see how data binding works but when I launch the application, it throws this error.[详细]
2023-03-26 10:33 分类:问答SQL Server 2005 Express
Can anyone decipher this error message? Somebody gave me a SQL script and when I run it, I get this error:[详细]
2023-03-25 05:32 分类:问答Why is the "enter or Select a database" dropdown list blank in the "Add Connection" wizard for visual web developer?
Why is the \"Select or enter a database name\" drop down list blank when I try to add a connection to my SQL Server Express edition using visual web developer 2008, using the \"Add Connction\" wizard[详细]
2023-03-15 20:35 分类:问答Modify query sql
I have a query to aggregate (compress) data from 1 min to any other time frame, and it works perfectly.[详细]
2023-03-11 01:24 分类:问答Large .sql files
Not sure if this really belongs here, so please move it if it doesn\'t. I have several very large .sql file that I\'m trying to run in SQL Server Studio Express 2005. The problem is that when I try e[详细]
2023-03-07 06:44 分类:问答Classic ASP and SQL Server Express 2005
Below is my simple asp code that I am using to insert some data to the SQL Server database. It gives the below error. Could someone please have a look and let me know the error with this code?[详细]
2023-02-28 14:49 分类:问答How to get CREATE TABLE Permission for windows authentication users in SQL Server express 2005
I recently installed SQL Server 2005 Management Studio Express. When I login to the Databas开发者_StackOverflowe server machinename\\SQLEXPRESS using Windows Authentication.[详细]
2023-02-28 13:48 分类:问答