I have 2 tables as below: TABLE:CITY CITY_ID CITY ---------------- 1London 2Chicago 3Newyork 4Delhi TABLE:TRAIN
I am getting this error while trying to access my website: Exception information: Exception type: SqlException
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
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
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.
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
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
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
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.
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.