sql-server-2005
JOINING comma separated values
I have 2 tables as below: TABLE:CITY CITY_ID CITY ---------------- 1London 2Chicago 3Newyork 4Delhi TABLE:TRAIN[详细]
2023-04-13 02:11 分类:问答SQL Connection Error
I am getting this error while trying to access my website: Exception information: Exception type: SqlException[详细]
2023-04-12 21:55 分类:问答TSQL - Return recent date
Having issues getting a dataset to return with one date per client in the query. Requirements: Must have the recent date of transaction per client list for user[详细]
2023-04-12 21:19 分类:问答Divide one column into many - SQL
I have a column called @months which stores months in this format @month = \'01-03-05-11-12\' I would like to have a SELECT query that divides this column into 12, making it Jan, Feb, March[详细]
2023-04-12 20:49 分类:问答Storing "Time" in database- What to use DateTime/Interger/VarChar
I want to save Date and Time of the user on various activities performed. For date I have decided to use DateTime Column in Database and for Time I am in dilemma what datatype to go for.[详细]
2023-04-12 20:35 分类:问答C# Cannot implicitly convert type 'ReportingServices2005.ServerInfoHeader' to ReportingServices2005.Warning[]'
follow this to add my webservice: http://msdn.microsoft.com/en-us/library/ms154052%28v=SQL.90%29.aspx http://server/reportserver/ReportService2005.asmx?wsdl[详细]
2023-04-12 20:23 分类:问答How to run (execute) .sql file in SQL Server 2005? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-12 20:04 分类:问答How can I write a query to extract individual changes from snapshots of data?
I need to create a process that will extract the changes from a table where each row is a snapshot of a row in another table. The real-world problem involves many tables with many fields, but as a sim[详细]
2023-04-12 18:04 分类:问答Database wrapper like Massive by Rob Conery for SQL Server 2005 and ASP.NET 2.0
Yes I still use the older version of the .NET Framework & love it. Would like to use a database wrapper now massive by rob is awesome if I had 3.5 but Nooooo.[详细]
2023-04-12 14:23 分类:问答SQL server Cursor not working ... Any ideas?
I am creating a simple cursor which fetches all the record from a table and for each record it checks for a conditionin another table and updates the first table.[详细]
2023-04-12 11:49 分类:问答