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
R

Rami Said Abd Alhalim

@Rami Said Abd Alhalim
About
Posts
74
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • error web service hexadecimal value 0x0E, is an invalid character.
    R Rami Said Abd Alhalim

    error web service hexadecimal value 0x0E, is an invalid character. what is soluation for this problem?

    Regards, Rami Sa'id Abdalhalim Technical Team Leader Amman Commercial Complex Ommayah Str. Al-Abdali Tel: +962 6 5696500 Ext.235 Mobile:+962 79 5366016 Email:r.abdalhalim@alghanem.com.jo www.alghanemgroup.com

    ASP.NET help question com collaboration

  • Error Webservice (hexadecimal value 0x0E, is an invalid character)
    R Rami Said Abd Alhalim

    Error Webservice (hexadecimal value 0x0E, is an invalid character) how can solve this problem?

    Regards, Rami Sa'id Abdalhalim Technical Team Leader Amman Commercial Complex Ommayah Str. Al-Abdali Tel: +962 6 5696500 Ext.235 Mobile:+962 79 5366016 Email:r.abdalhalim@alghanem.com.jo www.alghanemgroup.com

    ASP.NET help com collaboration question

  • sp execute problem
    R Rami Said Abd Alhalim

    can you write how you call sp from VB

    Regards, Rami Sa'id Abdalhalim Technical Team Leader Amman Commercial Complex Ommayah Str. Al-Abdali Tel: +962 6 5696500 Ext.235 Mobile:+962 79 5366016 Email:r.abdalhalim@alghanem.com.jo www.alghanemgroup.com

    Database database help csharp sharepoint

  • how to use stored procedure argument with like operator
    R Rami Said Abd Alhalim

    if you need too many operators you must use dynamic variable for example: -- this stored procedure used to search create PROCEDURE [dbo].[SP__Find_Country] ( @chv_Country_name varchar(150)=null, @Calling_no varchar(5)=null, @Short_Name varchar(3)=null ) AS set nocount on Declare @Condition varchar(8000) Set @condition ='' IF @chv_Country_name is not null set @Condition=' co_name like ''' +@chv_Country_name + '%''' IF @Calling_no is Not Null and @Condition ='' set @Condition=' co_Calling_code like ''' +@Calling_no + '%''' else If @Calling_no is not Null set @Condition=@Condition +' and co_Calling_code like ''' +@Calling_no + '%''' IF @Short_Name is not null and @Condition ='' Set @Condition=' co_Short_Name like ''' +@Short_Name + '%''' else IF @Short_Name is not null Set @Condition=@Condition+' and co_Short_Name like ''' +@Short_Name + '%''' if @Condition <> '' Set @Condition=@Condition+' and co_deleted=0' print @condition if @condition ='' select * from Country where co_deleted=0 -- Updated by Nabeel Adnan Order By Country.co_name -- Updated By Mahmoud Khalil else begin Exec ('select * from Country where '+ @condition + ' Order By co_name ') print 'select * from Country where '+ @condition + ' Order By co_name ' end

    Database database question tutorial

  • Problem on sql server 2005 SP2 :Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum
    R Rami Said Abd Alhalim

    I CAN NOT ACCESS THE TABLES FROM QUERY ,CAN NOT ACCESS TABLES ,VIEWS AND STORED PROCEDURES I CAN NOT CREATE NEW DATABASE ...

    Database database sql-server sysadmin help

  • Problem on sql server 2005 SP2 :Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum
    R Rami Said Abd Alhalim

    when i open tables from sql server management studio i have on Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) The system cannot find the file specified. (Exception from HRESULT: 0x80070002) (Microsoft.SqlServer.ConnectionInfo)

    Database database sql-server sysadmin help

  • Problem : Retrive Data with ref table
    R Rami Said Abd Alhalim

    can you explain your problems

    Database security help

  • Problem : Retrive Data with ref table
    R Rami Said Abd Alhalim

    you can use constraint on C# code to joid two tables

    Database security help

  • Add web service on windows application Time out error
    R Rami Said Abd Alhalim

    when create object from web service class and call any method event error (the operation time out)

    C# help

  • data joins
    R Rami Said Abd Alhalim

    can you post query

    Database database sql-server sysadmin question

  • Concurrency violation on update command.
    R Rami Said Abd Alhalim

    you can using isnull fungtion to check on null isnull([FIELDNAME], @Original_FIELDNAME,FIELDNAME)

    Database database csharp help sharepoint visual-studio

  • I have an Interesting Problem
    R Rami Said Abd Alhalim

    how you connect on vs.net?

    Database database visual-studio com design help

  • where add related tables automatically on diagram sql server 2005
    R Rami Said Abd Alhalim

    where add related tables automatically on diagram sql server 2005?

    Database database sql-server sysadmin question

  • How to Pass column names to query dynamically
    R Rami Said Abd Alhalim

    ok Thanks where r u from?

    Database database help tutorial

  • How to Pass column names to query dynamically
    R Rami Said Abd Alhalim

    i want use dynamic sql in function not in stored procedure

    Database database help tutorial

  • How to Pass column names to query dynamically
    R Rami Said Abd Alhalim

    this example : -------------------------------------- CREATE FUNCTION test_fn ( @x int ) RETURNS @table TABLE ( c1 int ) AS BEGIN EXEC('select * from @table') RETURN END ----------------------------- Msg 443, Level 16, State 2, Procedure _fn__Get_All_References, Line 35 Invalid use of 'EXECUTE' within a function.

    Database database help tutorial

  • How to Pass column names to query dynamically
    R Rami Said Abd Alhalim

    hi IsrarMuhammadQ i have error to execute dynamic sql in function

    Database database help tutorial

  • how used execute in function [modified]
    R Rami Said Abd Alhalim

    i creating function when used execute statment in function i have error: Invalid use of 'EXECUTE' within a function. -- modified at 3:43 Saturday 1st December, 2007

    Database help

  • How connect two server in the same Query
    R Rami Said Abd Alhalim

    how can that?

    Database database sharepoint sql-server sysadmin help

  • How connect two server in the same Query
    R Rami Said Abd Alhalim

    i used sql server 2005 1- create new query on server 1 2- add exec sp_addlinkedserver server2,'Sql Server' 3- add exec sp_addlinkedsrvlogin 'Server2','false','domain\user','user','password' 4- after that execute for query 5- this Error:(Msg 18452, Level 14, State 1, Line 11 Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. ) Rami Abdalhalim

    Database database sharepoint sql-server sysadmin help
  • Login

  • Don't have an account? Register

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