Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

BSRK

@BSRK
About
Posts
36
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Give me Suggestions to maintain security for websites
    B BSRK

    Google Helps

    ASP.NET security question

  • pivot table kind of control
    B BSRK

    is there any pivot table kind of control in asp.net / vb.net

    Visual Basic csharp asp-net

  • Asp.net 2.0 + c#
    B BSRK

    try using LDAP authentication. refer google for LDAP source.

    ASP.NET csharp asp-net windows-admin tutorial

  • Folder access only for ASP.NET
    B BSRK

    i have a folder that shall NOT be allowed to be accessed directly. that shall be accessed only through my ASP.NET application. please tell me how can i do that. thanks

    ASP.NET csharp asp-net question

  • how to get a subset from a resultant dataset
    B BSRK

    dear friend, that will not help me. my actual task is to query a dataset based on results from a different dataset.

    ASP.NET database tutorial question

  • how to get a subset from a resultant dataset
    B BSRK

    hi, i have executed a query and got the resultant data into a DataSet. now i need to further filter this data based on a condition. i dont want to run a query again and create a seperate dataset for this task. can you please tell how to run a query on this dataset itself? thanks

    ASP.NET database tutorial question

  • how to access datas across 2 servers
    B BSRK

    hi, i am having 2 tables (SQL 2000) on 2 different servers (windows 2003 server). now i have to run some inner join on both the tables. i tried by giving select * from servername1.databasename.dbo.tablename kind of statements in the servername2. but it throws errors. kindly suggest. thanks

    Database database sysadmin tutorial

  • problem with windows service - msgbox problem
    B BSRK

    hi, i wrote one vb.net service which checks for a set of conditions. if the condition fails, it gives a warning to the user asking him to fulfil the conditions within 30 minutes, failing which he will be forcebly logged off. after 30 mins, it checks taht condition again & does accordingly. (i used a msgbox to give that warning to the user). it works well & good if he responds to the msgbox by clicking on it. if he doesn't respond at all, it throws an error saying that service cannot run & stops abruptly. i guess it is waiting for the user's response for that msgbox. i am thinking of two options: some other way (popup kind) to give warning to the user instaed of msgbox start a separate thread for this kind of messages i will be thankful for some light on these issues & a better solution.

    Visual Basic help csharp

  • how to logoff using Windows Service
    B BSRK

    Dear friends, thanks for the timely help.

    Visual Basic help tutorial

  • how to logoff using Windows Service
    B BSRK

    i have to check for a particular condition, and if the user doesnt satisfy that condition, i need to logoff him forcibly. (OS: WindowsXP and Win2K) obviously i have to use a windows service, but i couldnt figure out the code to loghim off. can anyone please help

    Visual Basic help tutorial

  • how to get the user's loginid
    B BSRK

    dear friend, i want to get the user's loginid in to my VB / ASP applications. can anyone please help. you may please throw some light on various ways of getting this info. we are having Windows server 2003 domain and as soon as a user logs into the domain using Windows Authentication, i want to run a service to get his loginid & proceed with other tasks. thanks

    ASP.NET sysadmin windows-admin security help tutorial

  • how to get the user's loginid
    B BSRK

    hi, i want to get the user's loginid in to my VB / ASP applications. can anyone please help. you may please throw some light on various ways of getting this info.

    System Admin help tutorial

  • SQL Trigger not working on update statement
    B BSRK

    SQL Trigger not working on update statement hi i am having a table with 3 columns (a,b,c). i have written a trigger for INSERT / UPDATE as c=a+b this is working fine as long as i enter/update each row by row manually. but, when i use any update statement for a set of rows, the trigger is firing only for the last row. can anyone please help? Thanks

    Database database help question announcement

  • SQL Trigger not working on update statement
    B BSRK

    hi i am having a table with 3 columns (a,b,c). i have written a trigger for INSERT / UPDATE as c=a+b this is working fine as long as i enter/update each row by row manually. but, when i use any update statement for a set of rows, the trigger is firing only for the last row. can anyone please help? Thanks

    Database database help question announcement

  • SQL Log File - how to remove / reduce
    B BSRK

    Hi, I found that the Log file of my database has grown too fat. as i want to save some of the resources, i am thinking of deleting it. but i think such a direct deletion will hamper my database. can you please tell me how to DELETE / REDUCE the size of that log file. also, throw some light on how to read database log files. Thanking You. BSRK

    Database database tutorial

  • Passing arguments for stored procedures IN
    B BSRK

    The above problem i am facing in SQL Query Analyser .

    Database help database tutorial

  • Passing arguments for stored procedures IN
    B BSRK

    Hi, i am having a stored procedure like this: CREATE PROCEDURE SP1 @arg1 varchar(100) select * from emp where empid in (@arg1) the argument @arg1 will depend on the user's choice in the front end. An example of this argument may look like this: 'emp1','emp2','emp6' My problem is "I am unable to pass this type of argument for executing the stored procedure" Please help. Thank You. Please Plant Trees to Save the Mother Earth.

    Database help database tutorial

  • can we set foreign key from another database
    B BSRK

    here is my problem, please help. I am having 2 databases namely employees and projects. employees database contains a table emp (with fields like empname, etc). projects database contains a table prj (with fields like prjname, prj_leader, etc). but i want to ensure that ALL the prj_leader entries MUST be existing empnames of emp table in employees database. i know that if both the tables are in the same database, it is simple. but i have no idea whether we can set such foreign key constraints across databases. kindly suggest.

    Database help database

  • MSDE installation problem??
    B BSRK

    hi, I have installed MSDE (sql2kdesksp3.exe) in my PC by following the guidelines given in Lars article http://www.codeproject.com/database/ConfigureMSDE.asp[^] but when i tried to connect using osql (C:\> osql –E –S localhost\myinstance), it is giving the following error: "Server does not exist or access denied". i dont have any idea what's wrong? i could see that the service is running. i am running on a dual boot with Linux and Windows 2000 professional. I installed it in Administrator login only without any password. Can you please help?

    Database help database com sysadmin linux

  • i couldn't see Databases in SQL server
    B BSRK

    I think we cannot use MSDE & Enterprise Manager in conjunction. i got similar info from the below link. http://communities2.microsoft.com/communities/newsgroups/en-us/default.aspx?&query=FAQ&lang=en&cr=US&guid=&sloc=en-us&dg=microsoft.public.sqlserver.msde&p=1&tid=2b4fe8b6-3d8d-4353-8f91-31c0f60bba14[^]

    Database help database sql-server sysadmin question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups