|
|
Browse by Tags
All Tags » PowerShell
-
I recently started using SSAS Server Traces a lot with SQL Server Analysis Services. This type of trace is basically the same trace you can create with SQL Server Profiler, but it runs without Profiler, uses less resources, and can be persisted across reboots. They’re a really handy tool.
I started using these when I built some AS ...
-
I use virtual machines a lot for development and testing. I typically start with a sysprepped base image that I then initialize every time I need a new machine. One issue is that SQL Server doesn’t know it has been sysprepped… if you execute
1: SELECT @@SERVERNAME
You will get the name of the machine from when you ...
|
|
|