Quantcast
Channel: Databases Discussions on Coding Resolved
Browsing all 15 articles
Browse latest View live

how can fill data in tree view from sql ?

HI,i want to bind my sql table data in tree view kindly help how.

View Article


how to make the dynamic query using c sharp

Hi i want the user is selected multiple column at run time so i want to insert the recort in sql.

View Article

how can call button event without button click

Hi all this is my save button event.private void btnSave_Click(object sender, EventArgs e)        {            //Mycoding        }it raise when button click occur.i want to call it within another...

View Article

what should database structure for save debit and credit

for save debit and credit in database programmer use diffrent logic some i will describe below.AccountCode Debit Credit----------------------------------------------------------01001001 1000...

View Article

Seriel no with in query to bind in gridview

To put s.no in grid we can select serial no in query to use over function like belowSelect *,ROW_NUMBER()  OVER (ORDER BY  st_id) As SrNo from (select distinct(scd.St_id),IncBr.Cyear,tick=0 /*case...

View Article


Store Procedure in Database

Update Stored ProcedureALTER PROCEDURE dbo.EMP_update    @EMPNO Int,    @ENAME varchar(50),    @SAL Int,    @COMM Int,    @DEPTNO IntAS    UPDATE EMP  SET    ENAME=@ENAME,    SAL=@SAL,    COMM=@COMM,...

View Article

what is data warehousing

what is data warehousing or what is data warehouse i asked in interview about this can explain it and why it use.

View Article

what does ETL stands for in data warehousing

what does ETL stands for in data warehousing

View Article


what is data mart in data warehouse

what is data mart in data warehouse

View Article


what is dimensional table in data warehousing

what is dimensional table in data warehousing

View Article

what is fact table in data warehousing

what is fact table in data warehousing

View Article

How to reset Auto Incerement Colum Value as 1 after some Transaction

--first delete all data from tables and then resetIf you want to reset only one table colum thenDBCC CHECKIDENT('Roles', RESEED, 0)  --if you want to reset from 2 3 upto any no then pass this no in...

View Article

Delete all data from SQL table if it is in any relation with other table

If you directly delete data then an error show regarding foreign key then you should use this querythis query will remove all relation then delete data then again create relation as same as...

View Article


Grouping and Agregation

please give me an example of "Grouping" and "Aggregation"

View Article

Arithmetic overflow error converting numeric to data type numeric. The...

Arithmetic overflow error converting numeric to data type numeric. The statement has been terminated   

View Article

Browsing all 15 articles
Browse latest View live