Viewing 15 posts - 1 through 15 (of 36 total)
The 'i' is simply the alias of the INSERTED table and
INSERTED & DELETED are also referred as magic tables in SQL SERVER.
August 4, 2011 at 4:38 am
I seen http://msdn.microsoft.com/en-us/library/bb522673.aspx and it is Reporting Services architecture diagram
July 26, 2011 at 6:20 am
I tried to execute your update statement in SQL 2005 and '=<' is not working on that hence I modified to '<=' as follows.
Update TempTrans
set price=(case when relatedid is null...
April 13, 2011 at 5:21 am
April 12, 2011 at 3:05 am
Hi Michael Valentine Jones,
Just execute this following TSQL in query analyzer in your PROD and QA, and you will get the list of all the tables of that databse
...
September 28, 2010 at 3:02 am
Have a look
Source : http://blog.sqlauthority.com/2007/12/08/sql-server-generic-architecture-image/
Thanks
Manish
May 28, 2010 at 3:15 am
Have a look
Source : http://blog.sqlauthority.com/2007/12/08/sql-server-generic-architecture-image/
Thanks
Manish
May 28, 2010 at 1:16 am
Hi Vikas,
Yes, I am using Sql Server 2008 Version 10.0.1600.22
November 10, 2009 at 8:54 am
Hi Jeff
Thanks for the information, I will look for these.
June 21, 2009 at 11:41 pm
How can i perform the same in SQLSERVER 2008, I got some errors like
"'FORFILES' is not recognized as an internal or external command,"
June 19, 2009 at 1:05 am
I am also having a small script to backup all my databases.....
Use Master
DECLARE @name VARCHAR(50) -- database name
DECLARE @path VARCHAR(256) -- path for backup files
DECLARE @fileName NVARCHAR(256) --...
June 18, 2009 at 11:50 pm
Try this way...
1. Go To Reporting services Configuration Manager:
2. Navigate to "WebService URL" Tab on L.H.S.
3. Go to "Report Server Web Service URLs" section
February 4, 2009 at 2:02 am
Yeah Rbarryyoung,
I did the same, hope I will get some clue, I will try once more tomorrow morning.
October 25, 2008 at 12:21 pm
Hi SSCarpal Tunnel,
I tried the way as you mentioned the url
http://www.simple-talk.com/sql/sql-tools/using-powershell-to-generate-table-creation-scripts/
Thats very nice I am able to generate the script, but I am unable to get the...
October 25, 2008 at 3:44 am
Viewing 15 posts - 1 through 15 (of 36 total)