sql-server
Switching the values of two fields/columns in SQL Server without third variable
As a result of a mistake during an import to the a test table called CUSTOMERS, I found myself needing to switch the values of two columns in SQL Server.[详细]
2023-04-13 00:00 分类:问答Join or nested select
I need to get some data from table1 and only one column from table2. What query is better? Is the开发者_运维技巧re any difference in performance etc?[详细]
2023-04-12 23:56 分类:问答Extracting null fields in SQL Server
I will try to be as detailed as possible.Our corporate controller has asked me for some information regarding our suppliers.Here are the tables:[详细]
2023-04-12 23:54 分类:问答How to import SET ANSI_NULLS ON/OFF for stored procedures in VS2010 Database Projects?
I think my question is covered pretty well in my question, but here\'s some background: We have about 1500 stored procedures in our database. About half of them have SET ANSI_NULLS ON and half have S[详细]
2023-04-12 23:43 分类:问答Level of SQL Server in the messages window
I have this message Msg 6603, Level开发者_Python百科 16, State 17, Line 38 in the result pane (ctrl+r) of SQL Server Management Studio.[详细]
2023-04-12 23:18 分类:问答unable to bind C program variable to a datetime type column in SQL Server
开发者_如何转开发Right now the function call used is: bcp_bind(hdbc1, (LPCBYTE)&dtime, 0, -1, (LPCBYTE) \"\", 1, SQLDATETIME, 5)[详细]
2023-04-12 23:17 分类:问答Connect to SQL Server 2008 on web server
I have a ASP.NET application which is in a web server. I want my applica开发者_运维知识库tion to connect to SQL Server which is in my local machine. How is it done using TCP/IP. I tried specifying the[详细]
2023-04-12 23:11 分类:问答How to write Triggers in sql server 2008?
In sqlserver 2008, i write trigger like this but i am little bit doubt that it is wrong c开发者_开发知识库an you check this once.[详细]
2023-04-12 22:45 分类:问答How to use the mysql & sqlserver database functions in single php file?
My application is developed by php and mysql. Then I also use the sql server. Now the application displays the blank page while i retrieve the records from sql server[详细]
2023-04-12 22:42 分类:问答Pagenation on a blog SQL query
I have a blog (non wordpress or anything) written in vb.net. At the moment I pull my data back just by bringing in the last 10 results:[详细]
2023-04-12 22:41 分类:问答