In SQL Server 2005, If not caring about normalization, NEWID() will autogenerate a uniqueidentifier INSERT INTO [GSTDB].[dbo].[TableName] ([Field1]) VALUES (NEWID()) GoodLuck!!
obymathew
Posts
-
inserting into SQL table with just a primary key column? -
Can SQL Sver 2005 recevie emails with Insert statements?Hi, Can SQL Server 2005 receive emails with INSERT statements? I am trying to insert data into SQL Server 2005 from a non-windows platform. It seems that I have two options, either the SQL mail(if it can recevie emails) or the Endpoints feature. Does anyone has worked on similar solutions? Any other way to approach the issue? Please give insights into!! thanks in advance, -matt-
-
TreeView without ViewstateI am in a real knot! Will The Microsoft's IEWebControl TreeView work without Viewstate (i.e., enableViewstate = false @ Page Level)? Kindly, if possible give some strategy to manage treeview without the viewstate or session. Please help me ! :confused::confused:
-
Urgent!!--Layer Isolation using ArrayList??I have this case: I am working on a screwed up application in which arraylist are using for implementing layer isolation. i.e., It is using some function to convert each and every values it return from the SQLDataReader into an arraylist and then pass it to the UI Layer. I want to know that whether this will help in anyway or will cause an overhead to the application(remember the appn. is screwed up!!) :confused:
-
Using .jpg files in a .htm filehi shawn, its normal that the word creates a dir(with the same name of the html file) of its own and keep all the pic files in it. you dont have to worry about how to keep the images in a dir of your own. but be sure when moving the file to move the dir also with it.
-
Help Handling Treeviewhi thanx watson. i will try that:-D
-
Help Handling Treeview:confused:I have this case: My page has a treeview control which can go on upto 1000(or more but not practically needed) level of nodes. On clicking a node i have to show an entry form in a panel next to treeview(this page not use frame)which itself has multiple web dropdowns and list boxes. Its very slow to populate(uses the viewstate) Can anyone suggest a better way to maintain its state? will fragment caching help? >>>>