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]hi.............what happen..
-
Teabaggers [modified]Nothing dear..
-
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.......
-
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;
-
How do you name your project?Projects name Depend on projects concept.
-
My first released game:-O :-O I have also developed a mobile App. Game.........
modified on Tuesday, September 6, 2011 7:59 AM
-
After todayAfter Today There will be a pretty tomorrow waiting of every one..... :laugh:
-
Inner Query in mysqlThanks dear....You are probably right but there is something more.......Look at my Example proper and told that is possible or not in MySql
-
Inner Query in mysqlThanks for good comment dear... but this syntex not working proper now i m sending my sample query on message board. "SELECT * From tbladussentry where SID in (select Id from tbladusentry where SID in ( select ID from tbladuset where CID in(108,367)))"
-
Inner Query in mysqlIs there any posibility of Inner Query in my SQL as Like MS Sql?