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
E

Eli Nurman

@Eli Nurman
About
Posts
66
Topics
37
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sql server hangs with multi queries
    E Eli Nurman

    Hi, Thanks for you reply. So how can i solve this? Why are queries via SSMS not affected?

    Database database sql-server sysadmin windows-admin help

  • SQL Server: One connection vs Connection Per Client
    E Eli Nurman

    Hi When building a website, which method will increase performance, Using one connection in a global variable and using it to execute all queries or opening a connection for each user (Session)? Please advice.

    Database database sql-server visual-studio sysadmin performance

  • sql server hangs with multi queries
    E Eli Nurman

    Hi. I have a website (IIS) that clients make queries to the server which could take up to a minute to get the results. With that i have no problem. but when a different user(!) on IIS tries to query even a different table he will hang until the first user is responded. When i enter SSMS i can query and get immediate result. Does anyone have a solution for this? I must mention, that the SQL Connection in the website is not unique per request or per client, it is one connection for all requests, any chance that this is the reason for the wait? Thanks. Eli

    Database database sql-server sysadmin windows-admin help

  • SQL Server. Insert into table whiles querying
    E Eli Nurman

    The SP are fine and tabled are well indexed, just the search results are very complicated calculations running on millions of records , and the problem is that when running the select for client to see in application, no inserts are allowed.

    Database database sql-server sysadmin question

  • SQL Server. Insert into table whiles querying
    E Eli Nurman

    Hi, Thanks for your answer, i have tried the (WITH NOLOCK) on the select query but it still takes time to insert the new rows when running the select. it will wait until the select finishes.

    Database database sql-server sysadmin question

  • SQL Server. Insert into table whiles querying
    E Eli Nurman

    Hi. I have a stored procedure that queries a table that takes about 35 seconds to return the results, meanwhile, from other stored procedures, i cannot insert new rows into that table, how is this possible to do? (even if that mean that on the large results the new records will not appear)? Thanks.

    Database database sql-server sysadmin question

  • solution for reading Belgian eID's
    E Eli Nurman

    Thanks. i have googled this a million times. but don net seems like it has 1 or 2 DLLs that dont work perfect. so if anyone has a good experience please...

    C# csharp question

  • solution for reading Belgian eID's
    E Eli Nurman

    Hi, does any one have a good solution for reading Belgian eID's (Smart card identities) in .NET? i have a code written for it but it has many errors when trying to read the card. Thanks

    C# csharp question

  • curl to return server response
    E Eli Nurman

    Hi. I am sure this has been asked a few times but i cant find any clear code for this. i am using the curl classes to download data from a HTTP server, is there any ready code for requesting HTML and that the function returns that? (Not through a callback function)? Thanks

    C / C++ / MFC html sysadmin question

  • New In c and c++. Downloading data from a server
    E Eli Nurman

    thanks for the help

    C / C++ / MFC question c++ html com sysadmin

  • New In c and c++. Downloading data from a server
    E Eli Nurman

    Hi. i am developing to a linux device, is there any way without MFC?

    C / C++ / MFC question c++ html com sysadmin

  • New In c and c++. Downloading data from a server
    E Eli Nurman

    Hi. I am very new to C and C++, what is the best way of downloading data from a HTTP server, meaning, how to i download the HTML from http://www.google.com?

    C / C++ / MFC question c++ html com sysadmin

  • Application localization (culture) DLLs
    E Eli Nurman

    Thanks pete. I Realize that. I just wonder if there is a way to implement it in one assembly.

    C#

  • Application localization (culture) DLLs
    E Eli Nurman

    Hi. I noticed that when creating a localized application (by separating languages in interface) compiler creates subfolders for those languages and places the DLLs in them. I am trying to find a way to implement these DLLs in the Application assembly and avoid the need of subfolders for these DLLs, Please advice. Thanks.

    C#

  • DataAdaptor.Fill startRecord
    E Eli Nurman

    Hi. i have been wondering for a while, is there any option to retrieve rows from a SQL Server with a startRecord e.g. select top 20 records from position 25, Without any WHERE conditions (without WHERE ID > 25).. Please advice. Thanks

    C# database sql-server sysadmin

  • Button Long Click
    E Eli Nurman

    Thanks guys, Issue Solved

    C# json

  • Button Long Click
    E Eli Nurman

    Thanks dave. But i'm sure there is a more simple solutions for this

    C# json

  • Button Long Click
    E Eli Nurman

    Hi People. I wonder if any of you have used a API that can detect if a button is still being clicked. Meaning, my button scrolls a ListView but i must click again and again to scroll down one Item after each other, i wonder how i can make it like the regular scrollbar that you can keep the click and it will scroll. Please advice. Thanks.

    C# json

  • Reflecting Entire DLL
    E Eli Nurman

    Hi, Does anyone know about a application like ".NET Reflector" that decompiles an entire DLL? Thanks

    C# csharp question

  • select before and after question
    E Eli Nurman

    ok, i am just climbing down the tree...

    Database database sql-server sysadmin tutorial 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