Topics
Started by
Posts
Last post
create table [TempAddressParsingTable]( id_voter int null, id_town varchar(10) null, full_address v…
1 replies
Hi guys ! i have a column in my table which has got month numbers. I want to convert these numbers …
8 replies
This is starting to make my head hurt. I appreciate any help you can give! I am creating a sp whic…
2 replies
"SQL Server sometimes ignores columns specified in ORDER BY clause of a query if they are not inclu…
9 replies
Hi, I'm kinda new to the MS Sql thing and my first experience with has just had to begin with debug…
9 replies
Hi Chaps Do we have a way to send query output to text files? I mean now I can send the whole outpu…
29 replies
Hey all, Can any provide me an SP which in turn will create SPs for INSERT/DELETE/UPDATE/GET SPs fo…
1 replies
I have two identical tables on a local and a remote SQL Server. The remote server is setup as a lin…
2 replies
Hi Guys I Have not been able to solve this problem from quiete a while now. I am using sql server 2…
18 replies
SELECT dept_n0,SUM(hours) FROM emp GROUP BY dept_no The above quesry gives the result dept1 10…
5 replies
When trying to execute the following query I received error message "Cannot perform an aggregate fu…
1 replies
I recently took over when our DBA left. I have very little experience with SQL Server, and the most…
10 replies
I have two tables, the first of which is a summary table, the second is a detail table. I'd like to…
2 replies
Hi, I have a very small lookup table that is linked to a larger table. In this small table it has a…
2 replies
In my Sybase world, I'm trying to generate a decimal value for the following SELECT statement: sum(…
1 replies
Viewing 15 topics - 6,076 through 6,090 (of 17,082 total)
You must be logged in to create new topics.