Viewing 15 posts - 2,191 through 2,205 (of 5,841 total)
You have given us exceptionally little to go on here, so this is just an educated guess (albeit backed up by 45000 man hours invested in SQL Server) 😎
In your...
February 3, 2014 at 1:27 pm
isuckatsql (2/3/2014)
http://www.sqlservercentral.com/scripts/T-SQL/65739/Thanks
What city data do you have? Given that this is SQL 2012, I would do this using Spatial data types and the NEAREST capability (or more likely Isaac...
February 3, 2014 at 1:16 pm
greg.bull (2/3/2014)
I'm using INSERT..SELECT to gather data from a complex query into a holding table, this happens right at the start of an SP. The data is then used...
February 3, 2014 at 1:06 pm
RTaylor2208 (2/3/2014)
If you use the extract string to search in google what Jeff added the 3rd result i found was this:http://gallery.technet.microsoft.com/scriptcenter/c0c57332-8624-48c0-b4c3-5b31fe641c58
Looks like a solution indeed. Kinda spiffy functionality too!
February 3, 2014 at 7:22 am
SQL 2012 SP1 CU8 Dev edition, the first of these works fine, second throws the listed error:
SELECT A.*, B.*
FROM A, B
WHERE A.A = B.a
SELECT A.*, B.*
FROM A, B
WHERE A.A *=...
February 2, 2014 at 9:33 am
Douglas Osborne-229812 (1/30/2014)
Those were great suggestions.
I solved it in a different way - which I will post - thanks for all of examples.
We are on 2008R ourselves, we are hopefully...
January 30, 2014 at 5:48 pm
Jeff Moden (1/30/2014)
ChrisM@home (1/30/2014)
homebrew01 (1/30/2014)
January 30, 2014 at 5:45 pm
PHXHoward (1/30/2014)
January 30, 2014 at 5:43 pm
Mani-584606 (1/30/2014)
Instance one on Node1:
Instance Name: AlwaysOnAG1\INS1
E:\SQLData\INS1
F:\SQLLogs\INS1
Instance two on node2:
Instance Name: AlwaysOnAG2\INS2
E:\SQLData\INS2
F:\SQLLogs\INS2
If we wanted to use Always on Availability...
January 30, 2014 at 5:37 pm
DBANoobie (1/30/2014)
I was hoping someone can shed some knowledge on Always On for me when it comes to back up on the secondary.
The four options are:
1. Only on the...
January 30, 2014 at 5:28 pm
DBANoobie (1/30/2014)
January 30, 2014 at 5:18 pm
Luis Cazares (1/30/2014)
Nevyn (1/30/2014)
Using the analytic functions...I need a 2012 instance at work 😀
SQL 2012 and the improved Windowing Functions TOTALLY ROCK from a functionality and coding perspective (once you...
January 30, 2014 at 10:23 am
PHXHoward (1/30/2014)
I was thinking of
C: for OS
D: for system and user data files
L:...
January 30, 2014 at 10:10 am
1) are the machines using name resolution of any kind to know who the other is? I would look there if so.
2) do a file IO stall and wait...
January 30, 2014 at 9:04 am
DominantDBA (1/29/2014)
The same...
January 29, 2014 at 9:57 am
Viewing 15 posts - 2,191 through 2,205 (of 5,841 total)