Tag Archives: sql server

File management from inside SQL code

Writing a log, dumping data, looking for file to be used in Bulk insert… There are many situations when you would want to have access to files from inside your SQL code on Microsoft SQL Server. Did you know that you … Continue reading

Posted in Delphi, Fun stuff with SQL Server | Tagged , , | Leave a comment

SQL date operations: First day, Last day of the month…

Did you ever faced a situation when you need quickly calculate some boundaries of the Date value like First Day of the month, Last Day of the month, etc… in T-SQL? Colegue of mine asked me this question… WOW! What do … Continue reading

Posted in Fun stuff with SQL Server | Tagged , , , | 1 Comment

Fun stuff with SQL Server

Over past several years Microsoft SQL Server became primary database platform for me when it comes to Windows Development. Why am I so specific? When it comes to Web development and it is not ASP.Net related, then MySQL is THE engine … Continue reading

Posted in Fun stuff with SQL Server | Tagged | Leave a comment