i want to use temporary tables in my desktop application which i am developing in vb.net.Anyone please help me with a sample example using temporary tables.
Rakesh Meel
Posts
-
How to use temporary tables in SQL Server 2008? -
C# coding style questioni suggest frist one style.
-
New year MessageHappy new Year to all in advance..how can u calibrate your last eve.
-
error to mysqlEdit config.inc.php this can be found in phpMyAdmin/libraries change : $cfg['PmaAbsoluteUri'] = ''; to $cfg['PmaAbsoluteUri'] = 'localhost/phpmyadmin/'; change $cfg['Servers'][$i]['host'] = 'localhost'; to $cfg['Servers'][$i]['host'] = 'Localhost'; and enter you're password in : $cfg['Servers'][$i]['password'] = ''; eg $cfg['Servers'][$i]['password'] = 'password'; reboot MySQL
-
SQL Automatic backupU must use the belowing link for your solution.. Automatic SQL Server Backup Utility using sqlserveragent[^]
-
Teabaggers [modified]Nothing dear..
-
Teabaggers [modified]hi.............what happen..
-
Watch a model touch herselfwow it enough dear.....
-
About Mom [modified]What u think about your MOM? dear listen here Mom means Mother it more than a name.
modified on Tuesday, September 20, 2011 7:32 AM
-
About LoveWhom you love most in your life?
Rick
-
I just wanted to say...I Like to work on my system..
-
I asked woman here at workthey always look at guys dear...
-
Most dangerious celebrity on the webAvasth.................acording to me..
-
They survived the time war...i am not agree with u.......
-
Poetry Choice by youWhich type poetry like to all of you dear
-
Woman dies from bad "odor" at Mickey D'swhat happen after that.
-
September ElevenTahanks dear for your submission.
-
call exe file in vb.net<DllImport("E:\Temp\simple.dll", CallingConvention:="CallingConvention.Cdecl)"> _
Private Shared Sub ReturnInParam(ByRef Stan As Integer, _
ByRef Message As String)
End SubPrivate Sub Button1_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles Button1.Click
Dim Num As Integer = 8
Dim Message As String = "Harun"
ReturnInParam(Num, Message)
MessageBox.Show(Message)
End Sub -
Question about globle warming [modified]Is there any solution of global warming in next 10-20 year? who responsible for global warming.
modified on Thursday, September 8, 2011 6:54 AM
-
Check for Null or Empty In SPcreate procedure Myproc @myvar1 decimal as begin if @myvar1 is null begin error('@myvar1 is null', 16, 1); end; end;