Viewing 15 posts - 2,176 through 2,190 (of 6,038 total)
If you are the DBA (or simply the person sitting closest to the database server), then probably the best thing you can do to improve performance is educate yourself about...
October 5, 2016 at 6:53 am
sp_MsForEachDB may not be officially documented by Microsoft, but back in 2007 an anonymous member of Microsoft's SQL Server team did obliquely acknowledge it's existence.
October 4, 2016 at 2:25 pm
Phil Parkin (10/4/2016)
New Born DBA (10/4/2016)
Is is possible to create multiple tables with same tablename and column in multiple databases without selecting each database from the drop down menu and...
October 4, 2016 at 1:24 pm
You can use a Derived Column transformation task between source and destination, or you can modify SQL to cast the column as specific data type.
For example: CAST( col1...
October 4, 2016 at 12:07 pm
OK, I thought he said stored procedure earlier, so scratch that.
October 4, 2016 at 11:34 am
So, you have this flat denormalized table containing nearly 100 million rows and 100+ columns. The problem is you need to report from it; performing rollups at various levels, aggregation...
October 4, 2016 at 11:24 am
If for whatever reason the extended event trace doesn't give you what you need about input parameter values, then can also implement procedure call auditing using a table and adding...
October 4, 2016 at 10:23 am
If I understand you correctly, you have a table containing a significant amount of history, much of which you believe can be archived elsewhere. You now want to know the...
October 4, 2016 at 8:03 am
Gary Varga (10/4/2016)
October 4, 2016 at 7:45 am
When in the role of a candidate, I'll typically ask why the previous person in the position decided to leave, or why he/she was let go. It's a good one...
October 4, 2016 at 7:38 am
Perhaps the procedure you are executing is calling the other procedure. Look at the T-SQL contents to confirm. That would be my first guess.
October 3, 2016 at 1:51 pm
Are you asking how to SQL query a text file?
If so, then you canuse OPENROWSET function.
October 3, 2016 at 1:49 pm
jasona.work (10/3/2016)
...
Which, really, comes around to "why in the H*LL does my refrigerator need to be on the internet in the first place?" So I can remotely check my...
October 3, 2016 at 11:34 am
One option is to use VPN/RDP to access your PC or server from where you can use SSMS or SQLCMD.
October 3, 2016 at 9:03 am
I'm only somewhat acquainted with Oracle, enough to form an opinion without forming an attachment. In my opinion, Oracle has a lot of "junk in it's trunk" dating back to...
October 3, 2016 at 8:51 am
Viewing 15 posts - 2,176 through 2,190 (of 6,038 total)