Viewing 15 posts - 61 through 75 (of 127 total)
GSquared (1/2/2013)
I use the RedGate tools at work and at home, and that works for me.
I wish I could use RedGate products outside of work, but unfortunately I don't have...
January 2, 2013 at 1:21 pm
As I said I haven't used MERGE in any practical application so I haven't really read-up on the in's and out's of how it performs. I just assumed given...
December 20, 2012 at 10:21 am
dwain.c (12/19/2012)
Have you considered using MERGE?http://technet.microsoft.com/en-us/library/bb510625(v=sql.105).aspx
Thanks, but I already looked at MERGE, and I don't think it'll work for me, at least not using a single statement. It might...
December 20, 2012 at 8:12 am
Technically FLOAT, REAL, MONEY and SMALLMONEY all have different ranges, but my standard is just to convert all numeric values of different types, especially values with currency, to Numeric(17,2), and...
December 20, 2012 at 7:27 am
Personally I really want to start working on some certifications, though I say this every year and it never happens :-/ Maybe this year since I've pretty much put...
December 5, 2012 at 3:45 pm
hughesj23 (12/5/2012)
My job schedules still are not firing. These jobs have been running fine, and...
December 5, 2012 at 3:40 pm
Lowell (12/5/2012)
samalex (12/5/2012)
pchirags (12/5/2012)
http://www.mssqltips.com/sqlservertip/1311/web-based-database-administration-for-sql-server/Nice Link to go through..
Thanks
I found this earlier too, but it appears to be an outdated article since the Download URI goes to http://www.microsoft.com/en-us/download/default.aspx which...
December 5, 2012 at 3:32 pm
If you've installed these updates recently you may be able to run EXEC Xp_readerrorlog # replacing # with however many historical logs your server retains. For example I just...
December 5, 2012 at 3:28 pm
If only 30 tables could you write a manual process to sync them using Except? Here's an example:
IF EXISTS (SELECT name FROM sys.objects WHERE name = 'DataA') DROP TABLE...
December 5, 2012 at 3:16 pm
pchirags (12/5/2012)
http://www.mssqltips.com/sqlservertip/1311/web-based-database-administration-for-sql-server/Nice Link to go through..
Thanks
I found this earlier too, but it appears to be an outdated article since the Download URI goes to http://www.microsoft.com/en-us/download/default.aspx which isn't valid....
December 5, 2012 at 3:04 pm
Stefan Krzywicki (11/30/2012)
jasona.work (11/30/2012)
December 5, 2012 at 1:18 pm
Also I just found this which may do the trick - http://sqlwebadmin.codeplex.com/ - plus it appears to be open source, so even better 🙂
December 5, 2012 at 12:03 pm
Would hosting SSMS on an RDP or Citrix server be an option? Both have web-based clients which could seamlessly share SSMS rather well if you have this infrastructure in...
December 5, 2012 at 12:01 pm
I always have a Cleanup section at the end of my procedures to remove temp tables and the like, even if they will be disposed of automatically after the procedure...
December 5, 2012 at 11:53 am
Hi Grant,
Wow thanks for the reply, I'm a huge fan of your site and enjoyed your talks at SQL In The City in Austin earlier this year. Also which...
December 4, 2012 at 10:14 am
Viewing 15 posts - 61 through 75 (of 127 total)