Topics
Started by
Posts
Last post
How do I get from results below to the results at the bottom of this message? iddpid cabid …
2 replies
I am in the process of upgrading a few databases from 2000 to 2005 at the compnay I work for and ca…
14 replies
I don't know what is wrong with my process below, but it ends up in an endless loop. So, if anyone …
2 replies
Hi guy, I have this situation: declare @TEMP_DB table(column1, column2 column3 ) insert into @TEMP_…
2 replies
what is the replacement of Format(0,"Percent") in SQL
1 replies
Hi All, I have a table that takes more time to update large number of records(millions of records).…
1 replies
I have a table having data: select * from rota empid workinghrs onDate ---------- -----------…
1 replies
I am trying to clean up our Zip Code table. Most of the time the zip code entry is Zip+4. I have …
5 replies
I'm fairly new to the SQL language and need help with the following query... Returns: 8773 10A0116…
2 replies
Hey all, I need some help querying the value from the tag. For instance, in this example I would …
3 replies
Hi, My table structure is like this. ID countries 100
3 replies
I'm trying to insert data into multiple tables with a stored procedure using @CaseID=SCOPE_IDENTITY…
4 replies
Ok, here we go - I have a few tables that contain ranges in multiple columns (example: max credit …
3 replies
SELECT MYDATE AS year, DATENAME(mm, MYDATE) AS month, SUM(number) AS totalnumber, SUM(amount) AS to…
5 replies
Hello again, I need to get all space used/space allocated/space free of all databases in one instan…
1 replies
Viewing 15 topics - 7,216 through 7,230 (of 12,234 total)
You must be logged in to create new topics.