Community Megaphone Site for User Group Announcements
If you're looking to advertise your user group meetings, code camps, SQL Saturdays, etc., there a site that's trying to...
2008-07-10
565 reads
If you're looking to advertise your user group meetings, code camps, SQL Saturdays, etc., there a site that's trying to...
2008-07-10
565 reads
I've been getting spammed like crazy through the Contact Me link. As a result, I've had to disable it. If...
2008-07-10
612 reads
SQL Server pervec qe jep hapesire per krijimine databazave te shumta ne nje instance, poashtu kemi te bejme edhe system...
2008-07-10
914 reads
Pershendetje te gjitheve!
Sa i perket lajmeve qe kan te bejne me SQL Server 2008, version ky qe eshte duke u...
2008-07-10
403 reads
Ok! Po japim informacione te shkurta rreth komponenteve te SQL Server 2005 dhe ato jan:
Database EngineKryesisht permbane te gjitha serviset...
2008-07-10
926 reads
SQL Server 2005 permbane nje grup vegelash per menagjim dhe administrim te databazave, dhe pothuajse te gjitha prej tyre jan vegela...
2008-07-10
700 reads
Ok! There is the SQL Server 2005 Components. There is the brief information about the components:
Database EngineIt provides the core...
2008-07-10
1,792 reads
SQL Server 2005 includes a set of graphical tools and most of these are new with SQL Server 2005, there...
2008-07-10
557 reads
I did quite a bit of reading during a recent week off including two biographies. One was Boyd: The Fighter...
2008-07-10
390 reads
A couple weeks back I posted Employee or 1099 and now that my friend Wes Dumey has posted his last installment, I...
2008-07-09
318 reads
By James Serra
I’m honored to be hosting T-SQL Tuesday — edition #192. For those who may...
By Vinay Thakur
Continuing from Day 2 , we learned introduction on Generative AI and Agentic AI,...
Quite the title, so let me set the stage first. You have an Azure...
Comments posted to this topic are about the item A Quick Restore
Comments posted to this topic are about the item Guarding Against SQL Injection at...
I have a quick question on Ola Hallengren Index Optimize Maintenance . Do we...
While doing some testing of an application, I wanted to reset my environment after doing some testing with this code:
USE DNRTest BACKUP DATABASE DNRTest TO DISK = 'dnrtest.bak' GO /* Bunch of stuff tested here */RESTORE DATABASE DNRTest FROM DISK = 'dnrtest.bak' WITH REPLACEWhat happens if this runs, assuming the "bunch of stuff" isn't anything affecting the instance. See possible answers