Viewing 15 posts - 16 through 30 (of 37 total)
Hi Andrew,
It looks like you have ansi_warnings turned off in query analyzer.
Check the query analyzer connection properties located in the options dialogue (Tools>Options>Connection Properties tab)
March 21, 2006 at 12:42 pm
Hi Perry,
There is not yet a release version for express. The November CTP is all they offer, at this time (presumably, a release version wil follow).
The link for the...
March 6, 2006 at 8:29 pm
Hi,
There is an organization called the International Monetary Fund that posts exchange rates Monday through Friday. It looks like they post US Dollar based rates each weekday to this...
February 22, 2006 at 9:25 pm
Hi Michelle,
I think that all of your DDL files should probably be under source control. Creation scripts for tables / indexes / views / stored procedures, etc. This...
February 13, 2006 at 8:02 pm
This isn't built into SSMS. However, there is a free (0.5 relaese) utility called scriptio that you can find here:
February 13, 2006 at 7:56 pm
I saw this answered in another forum so, I thought I'd provide the URL here so everybody in this forum can benefit, as well...
February 11, 2006 at 9:27 pm
Hi Crystal,
The builtin/administrators windows group is not required when installing a service pack unless, of course, you are logging in as a local administrator 😉
We routinely remove builtin/administrators from our...
February 11, 2006 at 9:03 pm
Hi Noman,
Without seeing your DDL, I'd take a wild guess that you put your function name inside single quotes.
Here is a quick and dirty sample that seems to work...
create function...
February 11, 2006 at 8:29 pm
Yes, the /S is per second.
Your calculations look good but... I'd guess that your file is probably sized using GB. Just to confuse people, storage is typically...
February 9, 2006 at 7:22 pm
Hi Russ,
Profiler can capture any SQL commands being submitted to the server. By default, it will capture ALL traffic to your server. If you have a busy server,...
February 8, 2006 at 10:05 pm
Hi Krissy,
Here's my wild stab at it. I left in my notes as I walked through it. Please let me know if I'm glaringly off: CONSTRUCTIVE criticism is...
February 8, 2006 at 9:53 pm
Looks like I copied your answers. Some of their "correct" answers didn't seem entirely plausible, though.
February 8, 2006 at 9:07 pm
Hi John,
You could use sp_executeSQL and pass your parameters in separately, withoug worrying about the extra enclosing quotes...
SET @mySQL = N'EXEC usp_MyProc @SchID, @UpdatedBy'
SET @params = '@SchID nvarchar(20),...
February 6, 2006 at 9:28 pm
Hi Farha Saleem,
You can open the properties dialog in Enterprise Manager and click "Permissions..."
or, you can do it with a query (you'll have to add the schema portion if you...
February 6, 2006 at 8:53 pm
SQL Server will allow you to run multiple database servers on the same windows server. when you do this, each database server on the windows server must have a...
February 2, 2006 at 9:35 pm
Viewing 15 posts - 16 through 30 (of 37 total)