I am using SQL below to get the object dependency.
select Obj.name,dep.referenced_entity_name from sys.sql_modules as Module,sys.objects AS Obj ,sys.sql_expression_dependencies
as Dep ,sys.objects as DepObj
where obj.object_id=
Hey Folks,
Question about alter table. When we add a column(with/without some default values) to an existing table , does SQL accommodate the space in the last available pages of the database or does it cause page splits and fill them im
Every day, out in the various online forums devoted to SQL Server, and on Twitter, the same types of questions come up repeatedly: Why is this query running slowly? Why is SQL Server ignoring my index? Why does this query run quickly sometimes and slowly at others? My response is the same in each case: have you looked at the execution plan?
I'm working with a tabular model in SSDT, just wanting to filter a currency column > $0
The only filter options I have are "is equal to" or "is not equal to". I can choose other options in the drop down, but I only actually get these
Have SQL server 2017 officially released or not?
From Microsoft site, I can see there is SQL server 2017, but not sure if it is officially realeased or not?
Any way I can know that?
Thanks
Principal components analysis is a standard, but usually terrible, technique for visualising complex data. We're using network diagrams to solve this problem.
You probably shouldn't be doing this, but if you need to, Brent Ozar has a script for that.
You can read this blog post on jorgklein.com: https://jorgklein.com/2017/09/26/azure-data-factory-and-ssis-better-together-with-adf-v2-preview/
It is not just the analytic power of R that you get from using SQL Server R Services, but also the great range of packages that can be run in R that provide a daunting range of graphing and plotting facilities. Robert Sheldon shows how you can take data held in SQL Server and, via SQL Server R Services, use an R package called ggPlot that offers a powerful graphics language for creating elegant and complex plots.
Hi All :),
I wonder if anyone can shed some light on the following issue I experienced earlier today.
All users reported the applications were either slow, unresponsi
Hi,
We have 2 node fail-over cluster of SQL Server 2012 in our production environment.
Now we need to install 2 node fail-over cluster of SQL Server 2016.
In 2012 fail-over cluster we needed
Erik Darling explains why sp_AllNightLog creates so many jobs by default.