|
|
-
MrsConnieOI Learned 11 Months ago through Just Learned
I recently saw the following code:
IF EXISTS (SELECT * FROM sys.objects
WHERE object_id = OBJECT_ID(N'[dbo].[TableName]')
AND type in (N'U'))
DROP TABLE [dbo].[TableName];
However, this is more complicated than needed. You can j...
|
-
MrsConnieOI Liked 11 Months ago through Just Learned
I recently saw the following code:
IF EXISTS (SELECT * FROM sys.objects
WHERE object_id = OBJECT_ID(N'[dbo].[TableName]')
AND type in (N'U'))
DROP TABLE [dbo].[TableName];
However, this is more complicated than needed. You can j...
|
|
|
|
|
-
MrsConnieOI Liked 11 Months ago through Just Learned
In earlier versions of Reporting Services running in native mode, SQL Server 2005 Report Builder could be started using the following URLS:
Full trust :- http://<servername>/reportserver/reportbuilder/reportbuilder.application
Partial trust :- ...
|
-
MrsConnieOI Learned 11 Months ago through Just Learned
In earlier versions of Reporting Services running in native mode, SQL Server 2005 Report Builder could be started using the following URLS:
Full trust :- http://<servername>/reportserver/reportbuilder/reportbuilder.application
Partial trust :- ...
|
-
MrsConnieOI Liked 11 Months ago through Just Learned
In earlier versions of Reporting Services running in native mode, SQL Server 2005 Report Builder could be started using the following URLS:
Full trust :- http://<servername>/reportserver/reportbuilder/reportbuilder.application
Partial trust :- ...
|
-
MrsConnieOI Learned 11 Months ago through Just Learned
In earlier versions of Reporting Services running in native mode, SQL Server 2005 Report Builder could be started using the following URLS:
Full trust :- http://<servername>/reportserver/reportbuilder/reportbuilder.application
Partial trust :- ...
|
-
MrsConnieOI Liked 11 Months ago through Blogs
If you are running out of space on your SQL Server, I am sure you would have tried backing up and restoring to a mapped network drive, which is not supported. However, did you trying using the UNC path to backup and restore a database to your SQL Server...
|
-
MrsConnieOI refreshed 11 Months ago through Blogs
If you are running out of space on your SQL Server, I am sure you would have tried backing up and restoring to a mapped network drive, which is not supported. However, did you trying using the UNC path to backup and restore a database to your SQL Server...
|