Forum: C# Oct 7th, 2009 |
| Replies: 4 Views: 5,433 private static void ClearCache(string fileName,string fileType)
{
// fileName = * to delete all files with sp.ext
// fileType = * to delete with all ext
String[] files =... |
Forum: MS SQL Mar 24th, 2009 |
| Replies: 0 Views: 507 Hi,
I got a table with datas that has alphanumeric values like :
1230-544,15C5487,132DE78.
Now i need to extract only integers fomr these datas and convert to bigint. The other characters have... |
Forum: MS SQL Feb 3rd, 2009 |
| Replies: 0 Views: 467 Hi,
Check the following description of my requirement.
(This is in MS SQL 2005.)
1. Select a table in your DB.
2. Alt+F1 lists the structure and the details of the table.
3. In that, i could... |