Topics
Started by
Posts
Last post
Hi All, I need to create a process that looks for a table in database with date(YYYYMM) appeneded t…
6 replies
I have 2 queries asselect id,sum(a)/count(id) as e from table1 group by id and another query as sel…
12 replies
declare type v_arr is varray(10) of varchar empy.ename%type x_arr v_arr=v_arr() begin x_arr.extend …
4 replies
hi i have a table with columns id,value if id is unique (only one time it exists in the table value…
17 replies
I have a table which contains data for 12 months. Now i want to delete the data for the month of Au…
5 replies
Hi all, I am trying to get a high precision difference of dates in SQL Server 2008 R2, and can't se…
36 replies
The sample data below details my issue!! I want to avoid using a cursor any way I can, but this is…
1 replies
Hi, I came across a situation today.I need to restore the database from A server to B server having…
1 replies
Hello Everyone. I need your suggestions on the following. I have a 3 Tables 1) Iss (IssID, subject,…
13 replies
Hi, we are having one table (AA) with 3 columns Id,Polcinumber,date 1,s1234,04/09/2012 2,s2345,05/0…
4 replies
Hi, I'm getting a error: BCP host file must contain atleast one column Below is my Code: bcp " exe…
1 replies
Hi, Recently i came across something like databaseid. I search for it on internet but could not com…
5 replies
Hi, Can anyone help me out to get a script to know if a login is enabled or disabled.As in case of …
1 replies
I need some assistance in finding records from a table where a certain ID exists within close proxi…
12 replies
I've three columns as FlightNumber(int), ScheduleDepartureDate(datetime), ActualArrivalDay(tinyint)…
4 replies
Viewing 15 topics - 5,206 through 5,220 (of 10,640 total)
You must be logged in to create new topics.