Topics
Started by
Posts
Last post
Hi Masters, i need your help please , i need copy datas from a "txt file" to a "sql table" using bc…
7 replies
I have an issue that's been bothering me for a little while now, so I'm finally turning to the guru…
11 replies
Hi everybody, When i run this query Select * into #user_tbl from OpenDataSource('SQLOLEDB','DataSou…
1 replies
Does anyone know of a tool that does what sp_depends is supposed to do? Dumb me, I wrote a tool to …
2 replies
hi, i have table and i want to make a select * query that group by first 4 character of second fiel…
6 replies
I am trying to run the following backup command but I would like to plug in the current month and d…
5 replies
I have a .csv datasource that I am doing a bulk insert command into a table. Occasionally, the .cs…
2 replies
Hi, I have a situation where I need to identify if a unique constraint exists on a table and if it …
3 replies
SELECT college_id,department_id,student_id,SUM(marks) as SUM FROM student a INNER JOIN college ON a…
9 replies
Hi everybody. I have a table which contains record of listing. Listing record has fields Regi…
6 replies
Hey there all, I have a ton of questions I've been meaning to post, but haven't had the time to "cl…
8 replies
I have an application that the users use for some dynamic conversion routines. Basicly I build dyn…
2 replies
I've created a view as follows: CREATE VIEW opvw_actPerMile AS SELECT op_m.mile_code, COUNT(ac_a.ac…
2 replies
I'm assuming I have to write something to do this, but I'm looking for a function given the ch…
10 replies
I get the following error when attempting to run this script; Line 17: Incorrect syntax near ')'&nb…
2 replies
Viewing 15 topics - 10,081 through 10,095 (of 17,082 total)
You must be logged in to create new topics.